/**
* Template Name: Paymoney Template
* Updated: July 17 2023 with Bootstrap v5.2.3
* Template URL:
* Author: Techvillage
* License:
*/

/* Colors*/
:root {
  --bs-primary: #635bfe;
  --bs-secondary: #2e2446;
  --bs-success: #2AAA5E;
  --bs-white: #ffffff;
  --bs-danger: #D9204C;
  --bs-warning: #FFAF30;
  --bs-warning-100: #CA7C00;
  --bs-warning-200: #D88809;
  --bs-muted: #CDCCD0;
  --bs-dark: #3f405b;
  --bs-light: #E8E7EA;
  --bs-info: #392f6b;
  --bs-info-100: #c1bfdf;
  --bs-info-200: #8681a2;
  --bs-gray: #9998a0;
  --bs-gray-100: #6a6b87;
  --bs-white-50: #F5F6FA;
  --bs-white-100: #F2EFFC;
  --bs-white-200: #E7E5FF;
  --bs-muted-100: #E0DFEF;
  --bs-pink: #FFF4E2;
  --bs-dark-100: #25212F;
  --bs-dark-200: #2E293A;
  --bs-dark-300: #1a1721;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.bg-info {
  border-radius: 4px;
}

.tr-unset {
  transition: unset !important;
}

.list-option {
  transition: 0.2s;
}

.list-option:hover {
  background-color: var(--bs-info) !important;
  color: var(--bs-info-100) !important;
  border-radius: 4px !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.text-success {
  color: var(--bs-success) !important;
}

.text-white {
  color: var(--bs-white) !important;
}

.text-danger {
  color: var(--bs-danger) !important;
}

.text-warning {
  color: var(--bs-warning) !important;
}

.text-muted {
  color: var(--bs-muted) !important;
}

.text-dark {
  color: var(--bs-dark) !important;
}

.text-light {
  color: var(--bs-light) !important;
}

.text-info {
  color: var(--bs-info) !important;
}

.text-info-100 {
  color: var(--bs-info-100) !important;
}

.text-info-200 {
  color: var(--bs-info-200) !important;
}

.text-gray {
  color: var(--bs-gray) !important;
}

.text-gray-100 {
  color: var(--bs-gray-100) !important;
}

.text-warning-100 {
  color: var(--bs-warning-100) !important;
}

.text-warning-200 {
  color: var(--bs-warning-200) !important;
}

.text-white-50 {
  color: var(--bs-white-50) !important;
}

.text-white-100 {
  color: var(--bs-white-100) !important;
}

.text-white-200 {
  color: var(--bs-white-200) !important;
}

.text-muted-100 {
  color: var(--bs-muted-100) !important;
}

.text-pink {
  color: var(--bs-pink) !important;
}

.text-dark-100 {
  color: var(--bs-dark-100) !important;
}

.text-dark-200 {
  color: var(--bs-dark-200) !important;
}

/* background-color */

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bag-6FE {
  background-color: var(--bs-primary) !important;
}

.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

.bag-2E6 {
  background: var(--bs-secondary) !important;
}

.bg-success {
  background-color: var(--bs-success) !important;
}

.bag-A5E {
  background-color: var(--bs-success) !important;
}

.bg-white {
  background-color: var(--bs-white) !important;
}

.bag-FFF {
  background-color: var(--bs-white) !important;
}

.bg-danger {
  background-color: var(--bs-danger) !important;
}

.bag-4C {
  background-color: var(--bs-danger) !important;
}

.bg-warning {
  background-color: var(--bs-warning) !important;
}

.bag-F30 {
  background-color: var(--bs-warning) !important;
}

.bg-muted {
  background-color: var(--bs-muted) !important;
}

.bag-CD0 {
  background-color: var(--bs-muted) !important;
}

.bg-dark {
  background-color: var(--bs-dark) !important;
}

.bg-light {
  background-color: var(--bs-light) !important;
}

.bag-7EA {
  background-color: var(--bs-light) !important;
}

.bg-info {
  background-color: var(--bs-info) !important;
}

.bag-purple-ink {
  background-color: var(--bs-info) !important;
}

.bg-info-100 {
  background-color: var(--bs-info-100) !important;
}

.bag-DF {
  background-color: var(--bs-info-100) !important;
}

.bg-info-200 {
  background-color: var(--bs-info-200) !important;
}

.bag-A2 {
  background-color: var(--bs-info-200) !important;
}

.bg-gray {
  background-color: var(--bs-gray) !important;
}

.bg-gray-100 {
  background-color: var(--bs-gray-100) !important;
}

.bg-warning-100 {
  background-color: var(--bs-warning-100) !important;
}

.bag-C00 {
  background-color: var(--bs-warning-100) !important;
}

.bg-warning-200 {
  background-color: var(--bs-warning-200) !important;
}

.bg-white-50 {
  background-color: var(--bs-white-50) !important;
}

.bag-6FA {
  background: var(--bs-white-50) !important;
}

.bg-white-100 {
  background-color: var(--bs-white-100) !important;
}

.bag-FFC {
  background-color: var(--bs-white-100) !important;
}

.bg-white-200 {
  background-color: var(--bs-white-200) !important;
}

.bag-5FF {
  background-color: var(--bs-white-200) !important;
}

.bg-muted-100 {
  background-color: var(--bs-muted-100) !important;
}

.bg-FEF {
  background-color: var(--bs-muted-100) !important;
  ;
}

.bg-pink {
  background-color: var(--bs-pink) !important;
}

.bag-4E2 {
  background-color: var(--bs-pink) !important;
}

.bg-dark-100 {
  background-color: var(--bs-dark-100) !important;
}

.bg-dark-200 {
  background-color: var(--bs-dark-200) !important;
}


@font-face {
  font-family: "Gilroy-Regular";
  font-style: normal;
  src: url(../fonts/gilroy-font-family/Gilroy-Regular.otf) format("truetype");
}

@font-face {
  font-family: "Gilroy-Medium";
  font-style: normal;
  src: url(../fonts/gilroy-font-family/Gilroy-Medium.otf) format("truetype");
}

@font-face {
  font-family: "Gilroy-Semibold";
  font-style: normal;
  src: url(../fonts/gilroy-font-family/Gilroy-Semibold.otf) format("truetype");
}

.gilroy-regular {
  font-family: "Gilroy-Regular";
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
}

.gilroy-medium {
  font-family: "Gilroy-Medium";
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
}

.gilroy-Semibold {
  font-family: "Gilroy-Semibold";
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
}

.cursor-pointer {
  cursor: pointer !important;
}

/* bg and text color */
.blnce-color {
  color: var(--bs-danger) !important;
}

.success-anim {
  width: 244px;
  height: 244px;
  top: -100px;
}

/* bg and text color end*/

/* font size */
.f-10 {
  font-size: 10px;
  line-height: 12px;
}

.f-11 {
  font-size: 11px;
  line-height: 14px;
}

.f-12 {
  font-size: 12px;
  line-height: 14.56px;
}

.f-13 {
  font-size: 13px;
  line-height: 15.93px;
}

.f-14 {
  font-size: 14px;
  line-height: 23px;
}

.f-15 {
  font-size: 15px;
  line-height: 18px;
}

.f-16 {
  font-size: 16px;
  line-height: 19.6px;
}

.f-18 {
  font-size: 18px;
  line-height: 22px;
}

.f-20 {
  font-size: 20px;
  line-height: 24px;
}

.f-22 {
  font-size: 22px;
  line-height: 27.61px;
}

.f-24 {
  font-size: 24px;
  line-height: 29px;
}

.f-26 {
  font-size: 26px;
  line-height: 32.19px;
}

.f-28 {
  font-size: 28px;
  line-height: 35px;
}

.f-32 {
  font-size: 32px;
  line-height: 39.2px;
}

.f-36 {
  font-size: 36px;
  line-height: 45.18px;
}

/* font size end*/

/* height & width */
.h-28 {
  height: 28px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-36 {
  height: 36px;
}

.h-34 {
  height: 34px;
}

.h-20 {
  height: 20px;
}

.h-44 {
  height: 44px;
}

.h-45 {
  height: 45px;
}

.h-46 {
  height: 46px;
}

.h-70 {
  height: 70px;
}

.h-78 {
  height: 78px;
}

.h-63 {
  height: 63px;
}

.h-60 {
  height: 60px;
}

.h-100p {
  height: 100px !important;
}

.h-112 {
  height: 112px;
}

.w-60 {
  width: 60px;
}

.w-32 {
  width: 47px;
}

.w-16 {
  width: 16px;
}

.w-75p {
  width: 75px;
}

.w-134 {
  width: 134px;
}

.w-135 {
  width: 135px;
}

.w-154 {
  width: 154px;
}

.w-226 {
  width: 226px;
}

.w-268 {
  width: 268px;
}

.w-262 {
  width: 262px;
}

.w-270 {
  width: 270px;
}

.w-560 {
  width: 560px;
}

.w-330 {
  width: 330px;
}

.w-337 {
  width: 337px;
}

.w-258 {
  width: 258px;
}

.w-239 {
  width: 50%;
}

/* height & width end*/

/* spaching */
.ms-5p {
  margin-left: 5px !important;
}

.mt-1p {
  margin-top: 1px;
}

.mt-2p {
  margin-top: 2px;
}

.mt-3p {
  margin-top: 3px;
}

.mt-n4p {
  margin-top: -4px;
}

.mt-5p {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.w-mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-10n {
  margin-top: -11px;
}

.mt-n11p {
  margin-top: -11px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.mt-n3p {
  margin-top: -3px;
}

.mt-n2p {
  margin-top: -2px;
}

.mtop-9 {
  margin-top: 9px;
}

.mtop-10 {
  margin-top: 10px;
}

.mt-11 {
  margin-top: 11px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-13 {
  margin-top: 13px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-15 {
  margin-top: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-19 {
  margin-top: 19px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-70 {
  margin-top: 70px;
}

.r-mt-24 {
  margin-top: 24px;
}

.mt-22 {
  margin-top: 22px !important;
}

.mt-23 {
  margin-top: 23px;
}

.mt-26 {
  margin-top: 26px !important;
}

.mt-27 {
  margin-top: 27px;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

.mt-34 {
  margin-top: 34px;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-38 {
  margin-top: 38px;
}

.mt-39 {
  margin-top: 39px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-43 {
  margin-top: 43px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-49 {
  margin-top: 49px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-62 {
  margin-top: 62px;
}

.mt-63 {
  margin-top: 63px;
}

.exchange-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-14 {
  margin-right: 14px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-2p {
  margin-left: 2px;
}

.ml-5p {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-13 {
  margin-left: 13px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-18 {
  margin-left: 18px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-28 {
  margin-left: 28px;
}

.ml-34 {
  margin-left: 34px;
}

.ml-36 {
  margin-left: 36px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-68 {
  margin-left: 68px;
}

.ml-76 {
  margin-left: 76px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-68 {
  margin-right: 68px;
}

.mr-33 {
  margin-right: 33px;
}

.mr-34 {
  margin-right: 34px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mx-10 {
  margin: 0 10px;
}

.mx-6 {
  margin: 0 6px;
}

.p-12 {
  padding: 12px;
}

.pl-14 {
  padding-left: 14px;
}

.pl-8rem {
  padding-left: 8rem;
}

.pr-14 {
  padding-right: 14px;
}

.pl-unset {
  padding-left: unset !important;
}

.pr-unset {
  padding-right: unset !important;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-26 {
  padding-left: 26px;
}

.pr-26 {
  padding-right: 26px;
}

.pl-27 {
  padding-left: 27px;
}

.pr-27 {
  padding-right: 27px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-11 {
  padding-bottom: 11px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pb-57 {
  padding-bottom: 57px;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-29 {
  margin-right: 29px;
}

.py-62-px-8 {
  padding: 62px calc(8% - 1px);
  border-radius: 8px;
}

.pxy-62 {
  padding: 62px calc(27% - 1px);
  border-radius: 8px;
}

.py-62 {
  padding-top: 62px;
  padding-bottom: 62px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.px-61 {
  padding-left: calc(26% - 1px);
  padding-right: calc(26% - 1px);
  border-radius: 8px;
}

.px-62 {
  padding-left: calc(27% - 1px);
  padding-right: calc(27% - 1px);
  border-radius: 8px;
}

.px-22 {
  padding-left: calc(22% - 1px);
  padding-right: calc(22% - 1px);
  border-radius: 8px;
}

.px-19 {
  padding-left: calc(19% - 1px);
  padding-right: calc(19% - 1px);
  border-radius: 8px;
}

.px-20 {
  padding: 0 20px;
}

.px-25 {
  padding: 0 25px;
}

.pt-62 {
  padding-top: 62px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-44 {
  margin-top: 44px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-3p {
  padding-top: 3px;
}

.pt-5p {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20p {
  padding-top: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

.px-28 {
  padding: 0 28px 28px 28px;
}

.px-26 {
  padding: 0 26px;
}

.gutter-x-28 {
  --bs-gutter-x: 28px !important;
}

.l-s0 {
  letter-spacing: 0px !important;
}

.l-s1 {
  letter-spacing: 1px !important;
}

.l-s2 {
  letter-spacing: 2px !important;
}

.l-sp64 {
  letter-spacing: 0.04em !important;
}

/* spaching end*/

/* leading  */
.leading-12 {
  line-height: 12px !important;
}

.leading-14 {
  line-height: 14px !important;
}

.leading-15 {
  line-height: 15px !important;
}

.leading-16 {
  line-height: 16px !important;
}

.leading-17 {
  line-height: 17px !important;
}

.leading-18 {
  line-height: 18px !important;
}

.leading-19 {
  line-height: 19px !important;
}

.f-16 {
  line-height: 19px !important;
}

.leading-20 {
  line-height: 20px !important;
}

.leading-21 {
  line-height: 21px !important;
}

.leading-22 {
  line-height: 22px !important;
}

.leading-23 {
  line-height: 23px !important;
}

.leading-24 {
  line-height: 24px !important;
}

.leading-25 {
  line-height: 25px !important;
}

.leading-26 {
  line-height: 26px !important;
}

.leading-29 {
  line-height: 29px !important;
}

.leading-30 {
  line-height: 30px !important;
}

.leading-32 {
  line-height: 32px !important;
}

.leading-35 {
  line-height: 35px !important;
}

.leading-34 {
  line-height: 34px !important;
}

.leading-39 {
  line-height: 39px !important;
}

/* leading  End*/


/* Side nav */
.accordion-icon:not(.collapsed) {
  color: var(--bs-info-100) !important;
}

.accordion-icon:not(.collapsed)::after {
  background-image: url(../images/arrow.svg);
  transform: rotate(-180deg);
}

.accordion-icon::after {
  background-image: url(../images/arrow.svg);
  width: 9px !important;
  height: 9px !important;
  background-size: unset !important;
  margin-right: 21px;
}

.accordion-flush {
  font-family: "Gilroy-Medium";
  font-size: 16px !important;
}

.w-inherit {
  width: inherit;
}

/* Top header */
.search-fill input {
  width: 289px;
  border: 1px solid var(--bs-info-100) !important;
  border-radius: 4px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  margin-left: 24px;
  padding-left: 8px;
}

.search-fill input::placeholder {
  font-size: 14px;
  color: var(--bs-gray) !important;
}

.search-fill input:focus {
  outline: none;
}

.search-fill button {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  background-color: var(--bs-primary) !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.thin-scrollbar {
  --scrollbarBG: var(--bs-secondary) !important;
  --thumbBG: var(--bs-primary) !important;
}

.hide-thin-scrollbar.thin-scrollbar {
  --scrollbarBG: transparent !important;
  --thumbBG: transparent !important;
}

.thin-scrollbar::-webkit-scrollbar {
  width: 11px;
}

.thin-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.thin-scrollbar::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 4px solid var(--scrollbarBG);
}

.form-copy.thin-scrollbar {
  --scrollbarBG: var(--bs-white-50) !important;
  --thumbBG: var(--bs-primary) !important;
}

.form-copy.thin-scrollbar::-webkit-scrollbar {
  width: 11px;
}

.form-copy.thin-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.form-copy.thin-scrollbar::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.form-copy.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 4px solid var(--scrollbarBG);
}

.table-scrolbar.thin-scrollbar {
  --scrollbarBG: var(--bs-white-50) !important;
  --thumbBG: var(--bs-primary) !important;
}

.table-scrolbar.thin-scrollbar::-webkit-scrollbar {
  width: 11px;
}

.table-scrolbar.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 8px;
  border: 6px solid var(--scrollbarBG);
}

.border-b-DF {
  border-bottom: 1px solid var(--bs-muted-100) !important;
  ;
}

/* Theme option */
.color-parent {
  cursor: pointer;
  margin-top: 3px;
}

.img-none {
  display: none;
}

.theme-check {
  width: 50px !important;
  height: 26px !important;
  background-color: var(--bs-warning);
  border: none !important;
}

.form-check-input:focus {
  outline: none !important;
  box-shadow: none;
}

.form-switch .form-check-input {
  background-image: url(./../images/toggle.svg) !important;
}

.dark .my-container {
  background-color: var(--bs-dark-300) !important;
}

.dark .modal-content {
  background-color: var(--bs-dark-300) !important;
  border: 1px solid var(--bs-dark-200) !important;
}

.dark .modal-title {
  color: white;
}

.dark .top-navbar {
  background-color: var(--bs-dark-300) !important;
}

.dark .border-b-DF {
  border-bottom: 1px solid var(--bs-dark-200) !important;
}

.dark .border-36h {
  border-left: 1px solid var(--bs-dark-200) !important;
}

.dark .main-containt {
  background-color: #1a1721;
}

.dark .search-fill input {
  background-color: var(--bs-dark-200) !important;
  border: unset !important;
  color: var(--bs-gray) !important;
}


.dark .switch svg path {
  fill: var(--bs-info-100) !important;
}

.dark .notification-drop svg path {
  fill: var(--bs-info-100) !important;
}

.dark .user-list {
  fill: white !important;
  background: var(--bs-primary) !important;
}

.dark .user-list svg path {
  fill: white !important;
}

.dark .w-134 p {
  color: var(--bs-info-100) !important;
}

.dark .notification-drop .item ul li:first-child {
  background-color: var(--bs-dark) !important;
}

.dark .notification-drop .item ul li {
  color: var(--bs-info-100) !important;
}

.dark .open-notify {
  background-color: var(--bs-dark-100) !important;
}

.dark .notification-drop .item ul li:hover {
  color: white !important;
  transition: 0.2s;
}

.dark .notification-drop .item ul li:last-child {
  border: 1px solid #35313f !important;
}

.dark .side-navbar .bg-secondary {
  background: var(--bs-dark-200) !important;
}

.dark .main-containt .bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .main-containt .bg-white:first-child {
  color: var(--bs-light) !important;
}

.dark .dark-A0 {
  color: var(--bs-warning) !important;
}

.dark .dark-p {
  color: var(--bs-gray) !important;
}

.dark .dark-5B {
  color: var(--bs-light) !important;
}

.dark .text-gray-100 {
  color: var(--bs-light) !important;
}

.dark .dark-c {
  color: var(--bs-gray) !important;
}

.dark .dark-B87 {
  color: var(--bs-gray) !important;
}

.dark .dark-DF {
  color: var(--bs-info-100) !important;
}

.dark .param-ref .select2-container .select2-selection--single {
  background: #2e2f44 !important;
  border: 1px solid var(--bs-dark) !important;
  color: var(--bs-muted) !important;
}

.dark .input-form-control {
  border: 1px solid var(--bs-dark) !important;
  background-color: #2e2f44 !important;
  color: var(--bs-muted) !important;
}

.dark .input-form-control::placeholder {
  color: var(--bs-gray-100) !important;
}

.dark .param-ref .select2-selection__rendered {
  color: var(--bs-muted) !important;
}

.dark .select2-dropdown {
  background-color: #2e2f44 !important;
  border: 1px solid #2e2f44 !important;
}

.dark .select2-results__option {
  color: var(--bs-muted) !important;
}

.dark .select2-container--default .select2-results__option--selected {
  background-color: var(--bs-dark) !important;
  color: var(--bs-muted) !important;
}

.dark .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-dark) !important;
  color: var(--bs-muted) !important;
  transition: 0.5s !important;
}

.dark .select2-container--open .select2-dropdown--below {
  border: 1px solid var(--bs-dark) !important;
}

.dark .select2-search__field {
  border: 1px solid var(--bs-gray-100) !important;
  background-color: #2e2f44;
  color: var(--bs-muted) !important;
}

.dark .transaction-box P {
  color: var(--bs-muted) !important;
}

.dark .transaction-box .bn-details {
  color: var(--bs-warning) !important;
}

.dark .border-b-EF {
  border-bottom: 1px solid var(--bs-dark) !important;
}

.dark .total P {
  color: var(--bs-light) !important;
}

.dark .bank-info {
  color: var(--bs-muted) !important;
}

.dark .attach-file input[type="file"] {
  color: var(--bs-gray-100) !important;
  background-color: #2E2F44 !important;
  border: 1px solid var(--bs-dark) !important;
}

.dark .attach-file input[type="file"].input-bg {
  color: var(--bs-muted) !important;
}

.dark .attach-file input::file-selector-button {
  color: var(--bs-light) !important;
  background-color: var(--bs-gray-100) !important;
  border: 1px solid var(--bs-gray-100) !important;
}

.dark .success-amount-box {
  border: 1px solid var(--bs-dark) !important;
}

.dark .repeat-btn {
  border: 1px solid var(--bs-dark) !important;
}

.dark .repeat-btn:hover {
  color: var(--bs-muted) !important;
}

.dark .btn:hover {
  color: var(--bs-dark) !important;
  background: var(--bs-warning) !important;
}

.dark .back-btn:hover {
  color: var(--bs-muted) !important;
  transition: 0.3s;
}

.dark .print-btn:hover {
  background-color: var(--bs-warning) !important;
  color: var(--bs-dark) !important;
  transition: 0.3s;
}

.dark .repeat-btn:hover {
  color: var(--bs-warning) !important;
  border: 1px solid var(--bs-muted) !important;
}

.dark .repeat-btn {
  color: var(--bs-light) !important;
  border: 1px solid var(--bs-gray-100) !important;
  transition: 0.3s;
}

.dark .bg-info {
  background-color: #3C364D !important;
}

.dark .list-option:hover {
  background-color: #3C364D !important;
}

.dark .collapse-child {
  border-left: 2px solid #5C586D;
}

.dark .print-mail {
  background-color: var(--bs-dark-200) !important;
}

.dark .theme-font {
  color: var(--bs-light) !important;
}

.dark .theme-amount {
  color: var(--bs-muted) !important;
}

.dark .theme-usd {
  color: var(--bs-warning) !important;
}

.dark .user-mail {
  color: white !important;
  background: var(--bs-primary) !important;
}

.dark .dark-CDO {
  color: var(--bs-muted) !important;
}

.dark .thin-scrollbar {
  --scrollbarBG: var(--bs-dark-200) !important;
  --thumbBG: #636075;
}

.dark .hide-thin-scrollbar.thin-scrollbar {
  --scrollbarBG: transparent !important;
  --thumbBG: transparent;
}

.dark .balance-box {
  background-color: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark-100) !important;
}

.dark .border-end-default {
  border-right: 1px solid var(--bs-gray-100) !important;
}

.dark .border-end {
  border-right: 1px solid var(--bs-dark) !important;
}

.dark .waletbox {
  background-color: var(--bs-dark) !important;
}

.dark .yelow-text {
  color: var(--bs-warning) !important;
}

.dark .theme-tran {
  color: var(--bs-light) !important;
  ;
}

.dark .tran-title {
  color: var(--bs-gray) !important;
}

.dark .transac-parent {
  background-color: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark-200) !important;
}

.dark .withdraw-list-parent {
  background-color: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark-200) !important;
}

.dark .withdraw-list-child {
  border-bottom: 1px solid var(--bs-dark-200) !important;
}

.dark .transac-child {
  border-bottom: 1px solid var(--bs-dark-200) !important;
}

.dark .pagi-nav .page-item.disabled .page-link {
  color: var(--bs-gray-100) !important;
}

.dark .pagi-nav .page-link {
  color: var(--bs-gray) !important;
}

.dark .pagi-nav .page-item.active .page-link {
  background-color: var(--bs-dark) !important;
}

.dark .text-muted-100 {
  color: var(--bs-gray-100) !important;
}

.dark .modal-transac {
  background-color: var(--bs-dark-300) !important;
}

.dark .deposit-transac {
  background-color: var(--bs-dark-200) !important;
}

.dark .infoBtn-print {
  color: var(--bs-light) !important;
  ;
  border: 1px solid var(--bs-gray-100) !important;
  background-color: #2E293A !important;
}

.dark .deposit-transac .text-primary {
  color: var(--bs-dark) !important;
}

.dark .close-btn:hover {
  background-color: var(--bs-dark) !important;
}

.dark .modal-close-btn:hover {
  background-color: var(--bs-dark) !important;
}

.dark .transac-title {
  border-bottom: 1px solid var(--bs-dark) !important;
}

.dark .hr-border {
  border-bottom: 1px solid var(--bs-dark) !important;
}

.dark .new-balace {
  background: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark) !important;
}

.dark .amount-withdraw {
  border: 1px solid var(--bs-dark) !important
}

.dark .exchange-box {
  background: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark) !important;
}

.dark .border-hr {
  border-left: 1px solid var(--bs-dark) !important;
}

.dark .rect-B87 {
  fill: var(--bs-gray-100) !important;
  ;
}

.dark .switched .form-check-input:checked {
  background-color: var(--bs-primary);
}

.dark .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 4px;
  background: #2E2F44 !important;
  background: var(--bs-dark) !important;
  background: #2E2F44;
  border-radius: 4px;
}

.dark .param-ref .select2-container .select2-selection--single[aria-expanded="true"] {
  background: var(--bs-dark) !important;
  border: 1px solid var(--bs-primary) !important;
}

.dark .date_and-status .text-dark {
  color: var(--bs-light) !important;
  ;
}

.dark .addres .text-dark {
  color: var(--bs-light) !important;
  ;
}

.dark .text-dark {
  color: var(--bs-light) !important;
  ;
}

.dark .span-currency .text-dark {
  color: var(--bs-light) !important;
  ;
}

.dark .currency-mt-32 .text-dark {
  color: var(--bs-warning) !important;
}

.dark .wallet-left-box .bg-white-200 {
  background-color: var(--bs-dark) !important;
  ;
}

.dark .curency-box svg {
  color: var(--bs-warning) !important;
}

.dark .wallet-right-box .text-danger {
  color: var(--bs-light) !important;
  ;
}

.dark .deposit-button .text-dark {
  color: var(--bs-dark) !important;
}

.dark .withdraw-button .text-dark {
  color: var(--bs-dark) !important;
}

.dark .btn-block .bg-white {
  background-color: var(--bs-dark-200) !important;
}

.dark .deposit-button.bg-white .text-dark {
  color: var(--bs-white) !important
}

.dark .withdraw-button.bg-white .text-dark {
  color: var(--bs-white) !important
}

.dark .bg-warning svg {
  color: var(--bs-dark) !important;
}

.dark .balance-box .text-primary {
  color: var(--bs-warning) !important;
}

.dark .hr-40 {
  border-left: 1px solid var(--bs-dark) !important;
}

.dark .pb-20 .text-dark {
  color: var(--bs-light) !important;
  ;
}

.dark .modals-bottom .btn-secondary-cancel {
  background-color: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-gray-100) !important;
}

.dark .exchange-send-get {
  background-color: var(--bs-dark) !important;
}

.dark .wallet-left-box .bg-primary {
  background-color: var(--bs-dark) !important;
}

.dark .wallet-left-box .dark-bg-primary {
  background-color: var(--bs-primary) !important;
}

.dark .amount-withdraw .dark-5B {
  color: var(--bs-warning) !important;
}

.dark .amount-withdraw .dark-A0 {
  color: var(--bs-light) !important;
}

.dark .transaction-medium .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .currency-with-fees .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .currency-with-fees .text-dark {
  color: var(--bs-light) !important;
}

.dark .addres .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .exchange-send-get .text-dark {
  color: var(--bs-white) !important;
}

.dark .exchange-send-get .text-primary {
  color: var(--bs-warning) !important;
}

.dark .copy-div .input-form-control {
  color: var(--bs-warning) !important;
}

.dark .rect-F30 {
  fill: var(--bs-dark) !important;
}

.dark .copy-btn svg {
  color: var(--bs-white) !important;
}

.dark .custom-nav .nav {
  background: #2E2F44;
  border: 1px solid var(--bs-dark) !important;
}

.dark .link-secondary {
  color: var(--bs-muted) !important;
}

.dark .left-merchant .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .left-merchant .text-primary {
  color: var(--bs-warning) !important;
}

.dark .mytime .text-danger {
  color: var(--bs-white) !important;
}

.dark .exchange-total-parent {
  background: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark) !important;
}

.dark .exchange-total-parent .text-primary {
  color: var(--bs-warning) !important;
}

.dark .getting-amount {
  background: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark) !important;
}

.dark .getting-amount .text-primary {
  color: var(--bs-warning) !important;
}

.dark .Exchange-rate .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .sliding-content-parent .content {
  background-color: var(--bs-dark-100) !important;
}

.dark .wrapper {
  background-color: var(--bs-dark-100) !important;
}

.dark .wrapper nav {
  border: 1px solid var(--bs-dark) !important;
  background-color: #2e2f44 !important;
}

.dark .link-edit a:hover {
  transition: .2s ease-out;
  background: var(--bs-warning) !important;
  color: var(--bs-dark) !important;
  border: 1px solidvar(--bs-warning) !important;
  ;
}

.dark .link-delete a {
  background-color: var(--bs-dark-200) !important;
  color: var(--bs-light) !important;
  border: 1px solid var(--bs-gray-100) !important;
}

.dark .link-delete a:hover {
  color: var(--bs-warning) !important;
  transition: .2s ease-out !important;
  border: 1px solid var(--bs-muted) !important;
}

.dark .link-delete svg {
  color: var(--bs-light) !important;
}

.dark .link-delete a:hover svg {
  transition: .2s;
  color: var(--bs-warning) !important;
}

.dark .link-edit a:hover svg {
  color: var(--bs-dark) !important;
}

.dark .dispute-parent {
  background-color: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark-100) !important;
}

.dark .see-deatils-btn {
  background-color: var(--bs-dark-100) !important;
  color: var(--bs-light) !important;
  border: 1px solid var(--bs-gray-100) !important;
}

.dark .d-update .see-deatils-btn {
  background-color: var(--bs-primary) !important;
  color: var(--bs-light) !important;
  border: 1px solid var(--bs-primary) !important;
}

.dark .d-update .see-deatils-btn:hover {
  border: 1px solid var(--bs-primary) !important;
}

.dark .see-deatils-btn:hover {
  color: var(--bs-warning) !important;
  transition: .2s ease-out !important;
  border: 1px solid var(--bs-muted) !important;
}

.dark .see-deatils-btn.details-bg {
  background: var(--bs-primary) !important;
  border: 1px solid var(--bs-primary) !important;
}

.dark .details-bg:hover {
  background-color: var(--bs-warning) !important;
  border: 1px solid var(--bs-warning) !important;
  transition: .2s ease-out;
  color: var(--bs-dark) !important;
}

.dark .dispute-parent .text-primary {
  color: var(--bs-warning) !important;
}

.dark .dates .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .transaction .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .transaction .text-dark {
  color: var(--bs-gray) !important;
}

.dark .dispute-id-level-2 .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .dispute-id-level-2 .text-dark {
  color: var(--bs-muted) !important;
}

.dark .see-deatils-btn {
  color: var(--bs-light) !important;
}

.dark .disput-level-3 .text-primary {
  color: var(--bs-muted) !important;
}

.dark .disput-level-3 .dates .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .transaction-3 .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .transaction-3 .text-dark {
  color: var(--bs-gray) !important;
}

.dark .disput-level-4 .text-primary {
  color: var(--bs-muted) !important;
}

.dark .disput-level-4 .transaction-4 .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .disput-level-4 .dates .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .disput-level-5 .dis-level-5 .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .disput-level-5 .transaction-5 .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .disput-level-5 .transaction-5 .text-dark {
  color: var(--bs-gray) !important;
}

.dark .disput-level-5 .dis-details-5 .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .dispute-parent svg {
  color: var(--bs-gray-100) !important;
}

.dark .client-name .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .details-info-left-box.bg-white {
  background: var(--bs-dark-100) !important;
  border-radius: 8px;
}

.dark .dis-title-box {
  background: var(--bs-dark) !important;
  border-radius: 6px;
  ;
}

.dark .dis-details-body .text-primary {
  color: var(--bs-warning) !important;
}

.dark .dis-title-box .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .dis-title-box~div .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .dis-title-box~div .text-dark {
  color: var(--bs-muted) !important;
}

.dark .disput-parent-content~div .borders-bottom {
  border-bottom: 1px solid var(--bs-dark) !important;
}

.dark .user-conv-box {
  background-color: var(--bs-dark-100) !important;
}

.dark .users-conversation.bg-white-50 {
  background-color: var(--bs-dark-200) !important;
}

.dark .users-conversation.bg-white-100 {
  background-color: var(--bs-dark) !important;
}

.dark .users-conversation.bg-white-100 .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .user-conv-box {
  border: 1px solid var(--bs-dark) !important;
}

.dark .profile-personal-information.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .profile-borders-bottom {
  border-bottom: 1px solid var(--bs-dark) !important;
}

.dark .left-profile-info .text-dark {
  color: var(--bs-muted) !important;
}

.dark .left-profile-info .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .left-profile-info .text-gray {
  color: var(--bs-gray-100) !important;
}

.dark .profile-personal-information svg {
  color: var(--bs-gray) !important;
}

.dark .default-wallet-div {
  background-color: var(--bs-dark-100) !important;
}

.dark .default-wallet-div svg {
  color: var(--bs-gray) !important;
}

.dark .default-wallet-div .text-primary {
  color: var(--bs-warning) !important;
}

.dark .default-wallet-div .text-dark {
  color: var(--bs-light) !important;
  ;
}

.dark .avatar-left-div.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .left-avatar-desc .text-dark {
  color: var(--bs-light) !important;
}

.dark .left-avatar-desc .dark.text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .camera~button {
  background-color: var(--bs-dark-100) !important;
  color: var(--bs-muted) !important;
}

.dark .bg-white.profile-qr-code {
  background-color: var(--bs-dark-100) !important;
}

.dark .peofile-qr-body-text .text-dark {
  color: var(--bs-light) !important;
}

.dark .peofile-qr-body-text .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .update-code {
  border: 1px solid var(--bs-gray-100) !important;
}

.dark .profile-qr-bootom svg {
  color: var(--bs-gray) !important;
}

.dark .profile-qr-bootom .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .close-div {
  transition: .2s ease-out;
  background-color: var(--bs-dark-100) !important;
}

.dark .close-div:hover svg {
  color: var(--bs-white) !important;
}

.dark .add-option-btn:hover {
  transition: .2s ease-out;
  background-color: var(--bs-warning) !important;
  color: var(--bs-dark) !important;
}

.dark .modal-header {
  border-bottom: 1px solid var(--bs-dark) !important;
}

.dark .edit-modal-header {
  border-bottom: 1px solid var(--bs-dark) !important;
}

.dark .btn-secondary-delete {
  color: var(--bs-dark) !important;
}

.dark .modals-bottom .btn-secondary-cancel:hover {
  color: var(--bs-warning) !important;
  transition: .2s ease-out !important;
  border: 1px solid var(--bs-muted) !important;
}

.dark .ticket-section-parent.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .ticket-section-parent .text-primary {
  color: var(--bs-warning) !important;
}

.dark .ticket-dot-svg~.text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .ticket-dot-svg svg {
  color: var(--bs-gray-100) !important;
}

.dark .img-open svg {
  color: var(--bs-muted) !important;
  fill: var(--bs-dark) !important;
}

.dark .img-close svg {
  color: var(--bs-muted) !important;
  fill: var(--bs-dark) !important;
}

.dark .img-solved svg {
  color: var(--bs-warning) !important;
  fill: var(--bs-dark) !important;
}

.dark .dash-wallet-box.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .dash-wallet-box .text-primary {
  color: var(--bs-warning) !important;
}

.dark .dash-wallet-box .text-gray-100 {
  color: var(--bs-gray) !important
}

.dark .dash-wallet-box .text-dark {
  color: var(--bs-light) !important;
}

.dark .dash-currency-sign.bg-primary {
  background-color: var(--bs-dark) !important;
}

.dark .dash-currency-sign.eur {
  background-color: var(--bs-dark) !important;
}

.dark .dash-check-all {
  background-color: var(--bs-dark) !important;
}

.dark .dash-currency-sign.bg-primary svg {
  color: var(--bs-warning) !important;
}

.dark .dash-currency-sign.eur svg {
  color: var(--bs-warning) !important;
}

.dark .customchart.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .dash-profile-qr-div.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .dash-check-all svg {
  color: var(--bs-warning) !important;
}

.dark .qr-text .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .qr-icon svg {
  color: var(--bs-muted) !important;
}

.dark .new-merchant {
  background-color: var(--bs-dark-100) !important;
}

.dark .new-ticket {
  background-color: var(--bs-dark-100) !important;
}

.dark .contact-support {
  background-color: var(--bs-dark-100) !important;
}

.dark .crypto-invest.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .Cryptinvest .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .Cryptinvest .text-primary {
  color: var(--bs-warning) !important;
}

.dark .Cryptinvest .dark.text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .new-merchant .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .messages-box .text-dark {
  color: var(--bs-light) !important;
  ;
}

.dark .contact-support .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .w-160 .text-dark {
  color: var(--bs-dark) !important;
}

.dark .qr-icon .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .merchat-details-row.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .merchat-details-row .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .merchant-action.div-5FF svg {
  color: var(--bs-muted) !important
}

.dark .wh-30 svg {
  color: var(--bs-muted) !important;
}

.dark .merchant-action.div-5FF svg:hover {
  color: var(--bs-warning) !important;
}

.dark .wh-blue-30 svg:hover {
  color: var(--bs-warning) !important;
}

.dark .wh-30 {
  background-color: var(--bs-dark) !important;
}

.dark .print-btn-merchant:hover svg {
  color: var(--bs-dark) !important;
  transition: .3s !important;
}

.dark .border-px {
  border-right: 1px solid var(--bs-dark-200) !important;
}

.dark .border-5FF {
  border-top: 1px solid var(--bs-dark-200) !important;
  border-left: 1px solid var(--bs-dark-200) !important;
  border-right: 1px solid var(--bs-dark-200) !important;
  border-bottom: 1px solid var(--bs-dark-200) !important;
}

.dark .merchant-parent-form.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .carousel-item.carousel-inner-dimension.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .merchant-details-parent.bg-white {
  background-color: var(--bs-dark-300) !important;
}

.dark .merchant-details-header.bg-white-50 {
  background-color: var(--bs-dark) !important;
}

.dark .id-title .text-primary {
  color: var(--bs-warning) !important;
}

.dark .merchant-textarea.bg-white-50 {
  background-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
  border: 1px solid var(--bs-dark-200) !important;
}

.dark .generate-form:hover {
  background-color: var(--bs-warning) !important;
  color: var(--bs-dark) !important;
  transition: 0.3s;
}

.dark .text-primary {
  color: var(--bs-warning) !important;
}

.dark .green-btn:hover {
  background: var(--bs-warning) !important;
  transition: .3s ease-out;
}
.dark .green-btn:hover svg{
  color: #3F405B !important;
}
.dark .green-btn:hover span{
  color: var(--bs-dark) !important;
}
.dark .yellow-btn:hover {
  color: var(--bs-dark) !important;
  background: #FFBE56 !important;
}

.dark .message-section {
  border: 1px solid var(--bs-dark) !important;
}

.dark .click-to-copy-text svg {
  color: var(--bs-muted) !important;
}

.dark .chart-container.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .recent_activity .bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .profit-duration.bg-white-100 {
  background-color: var(--bs-dark) !important;
  border: 1px solid var(--bs-dark) !important;
}

.dark .profit-duration.bg-white-50 {
  background: var(--bs-dark-200) !important;
}

.dark .daily-profit.bg-white-50 {
  background: var(--bs-dark-200) !important;
}

.dark .duration.bg-white-100 {
  background: var(--bs-dark) !important;
}

.dark .daily-profits.bg-white-50 {
  background-color: var(--bs-dark) !important;
}

.dark .durations.bg-white-100 {
  background: var(--bs-dark-200) !important;
}

.dark .investment-btn.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .invest-plan .text-dark {
  color: var(--bs-muted) !important;
}

.dark .invest-plan .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .min-max-amount .text-dark {
  color: var(--bs-light) !important;
}

.dark .min-max-amount-invest .text-dark {
  color: var(--bs-light) !important;
}

.dark .profit-two.bg-white-50 {
  background-color: var(--bs-dark) !important;
}

.dark .plan-details .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .plan-details .text-dark {
  color: var(--bs-light) !important;
}

.dark .investment-complete-amount {
  background: var(--bs-dark-200) !important;
  border: unset;
}

.dark .table-responsive .investment-list-table .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .table-responsive .investment-list-table .text-dark {
  color: var(--bs-light) !important;
}

.dark .table-responsive .investment-list-table .bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .open-drop li a {
  color: var(--bs-info-100) !important;
}

.dark .select2-container--default .select2-selection--single {
  background-color: var(--bs-dark-300) !important;
}

.dark .open-drop li a:hover {
  color: white !important;
  transition: 0.2s;
}

.dark .invested-Profit-plan.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .invest_profit.bg-white-50 {
  background-color: var(--bs-dark-200) !important;
  border: 1px solid var(--bs-dark) !important;
}

.dark .invest_capital {
  background-color: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark) !important;
}

.dark .platinum.text-dark {
  color: var(--bs-warning) !important;
}

.dark .inv-plan .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .inv-terms.bg-white {
  background-color: var(--bs-dark-100) !important;
}

.dark .inv-profits-section-parent.bg-white {
  background-color: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark-100) !important;
}

.dark .inv-details.wrapper {
  background-color: #00000000;
}

.dark .inv-table>table tbody tr td {
  border-bottom: 1px solid var(--bs-dark-200) !important;
}

.dark .yellow-table .yellow-td.text-gray-100 {
  color: var(--bs-warning) !important;
}

.dark .yellow-table .color-7ea.text-primary {
  color: var(--bs-light) !important;
}

.dark .invest_capital .text-primary {
  color: var(--bs-light) !important;
  ;
}

.dark .inv-terms .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .inv-terms .text-dark {
  color: var(--bs-muted) !important;
}

.dark .inv-profits-section .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .inv-profits-section .text-dark {
  color: var(--bs-light) !important;
}

.dark .form-list-one .form-wrap {
  background-color: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark-100) !important;
}

.dark .page-item.disabled .page-link {
  background-color: #1a1721;
}

.dark .page-link {
  background-color: #1a1721;
}

.dark .pagi-nav.bg-white {
  background-color: #1a1721;
}

.dark .balance-text.text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .balance-color {
  color: var(--bs-warning) !important;
}

.dark .fee-text.text-gray-100 {
  color: var(--bs-danger) !important;
}

.dark .direction svg {
  color: var(--bs-gray) !important;
}

.dark .r-exchange-mb.text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .fees-rate .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .wrapper nav label {
  color: var(--bs-muted) !important;
}

.dark .exchange-total .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .getting-amount .text-dark {
  color: var(--bs-muted) !important;
}

.dark .deposit-button-link a:hover {
  transition: .3s ease-in;
}

.dark .deposit-button-link .text-dark:hover {
  color: var(--bs-warning) !important;
}

.dark .border-1p {
  border: 1px solid var(--bs-gray-100) !important;
}

.dark .border-1p:hover {
  border: 1px solid var(--bs-muted) !important;
}

.dark .update-code:hover {
  color: var(--bs-warning) !important;
  border: 1px solid var(--bs-muted) !important;
}

.dark .wallet-svg svg:hover {
  color: var(--bs-warning) !important;
}

.dark .peofile-qr-text svg {
  color: var(--bs-gray) !important;
}

.dark .remove-interactive {
  color: var(--bs-gray) !important;
}

.dark .remove-interactive:hover {
  color: var(--bs-muted) !important;
}

.dark .left-avatar-desc .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .attach-print .text-gray-100 {
  color: var(--bs-light) !important;
}

.dark .users-conversation .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .dis-user-img svg {
  color: var(--bs-gray) !important;
  fill: var(--bs-dark) !important;
}

.dark .starter {
  background: var(--bs-dark) !important;
}

.dark .starter .text-primary {
  color: var(--bs-muted) !important;
}

.dark .proof-btn.border-DF {
  background: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark) !important;
  color: var(--bs-muted) !important;
}

.dark .proof-btn.border-DF:hover {
  background: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-gray-100) !important;
  color: var(--bs-muted) !important;
}

.dark .proof-btn:hover svg {
  fill: #7A73FF;
  color: var(--bs-white) !important;
}

.dark .dispute-id .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .back-direction svg {
  color: var(--bs-muted) !important;
}

.dark .back-btn .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .transaction .text-gray-100 {
  color: var(--bs-gray) !important;
}

.dark .transaction .text-dark {
  color: var(--bs-muted) !important;
}

.dark .dis-img-sm-2 svg {
  color: var(--bs-gray) !important;
  fill: var(--bs-dark) !important;
}

.dark .white-btn {
  background-color: var(--bs-dark-100) !important;
  border: 1px solid var(--bs-dark) !important;
  color: var(--bs-light) !important;
  ;
}

.dark .white-btn:hover {
  color: var(--bs-warning) !important;
  border: 1px solid var(--bs-muted) !important;
}

.dark tbody tr td:first-child {
  border-left: 1px solid var(--bs-dark-200) !important;
}

.dark tbody tr td:last-child {
  border-right: 1px solid var(--bs-dark-200) !important;
}

.dark tbody tr:first-child td {
  border-top: 1px solid var(--bs-dark-200) !important;
}

.dark .wrapper nav label:hover {
  color: var(--bs-warning) !important;
}

.dark .custom-progress .progress {
  background: var(--bs-dark) !important;
}

.dark .menu-svg svg {
  stroke: var(--bs-white-200) !important;
}

.dark tbody tr td:first-child {
  border-left: 1px solid var(--bs-dark-200) !important;
}

.dark tbody tr td:last-child {
  border-right: 1px solid var(--bs-dark-200) !important;
}

.dark tbody tr:first-child td {
  border-top: 1px solid var(--bs-dark-200) !important;
}

.dark table.table-bordered>tbody>tr>td {
  border-bottom: 1px solid var(--bs-dark-200) !important;
}

.dark tbody tr:last-child td {
  border-bottom: 1px solid var(--bs-dark-200) !important;
}

.dark .transaction-arrow svg {
  color: var(--bs-gray-100) !important;
}

.dark .carousel-inner-dimension .f-15 {
  color: var(--bs-muted) !important;
}

.dark .rect-default-img {
  fill: #2E2F44;
}

.dark .logo-update-box svg {
  color: var(--bs-gray-100) !important;
  border: 1px solid var(--bs-dark) !important;
}

.dark .logo-description .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .logo-description .text-dark {
  color: var(--bs-muted) !important;
}

.dark .logo-description strong {
  color: var(--bs-muted) !important;
}

.dark .merchant-payments.table.table-bordered>tbody>tr>td {
  border-top: 1px solid var(--bs-dark-200) !important;
  border-bottom: 1px solid var(--bs-dark-200) !important;
}

.dark .merchant-link .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .alert-text .text-dark {
  color: var(--bs-light) !important;
}

.dark .alert-text .text-gray-100 {
  color: var(--bs-muted) !important;
}

.dark .alert-animate {
  background: var(--bs-dark-200) !important;
  border: 1px solid var(--bs-dark) !important;
  box-shadow: 0px 16px 28px -11px rgba(63, 64, 91, 0.17);
}

.dark .alert-btn-close {
  color: var(--bs-gray) !important;
}

.dark .navbar .btn.menu-svg:hover {
  background-color: var(--bs-dark-100) !important;
}

.dark .back-btn .selectParent .select2-container--default .select2-selection--single {
  border: unset !important;
}

.dark .notification-drop .item ul li:hover {
  background-color: var(--bs-dark) !important;
  transition: 0.2s ease-in-out;
}

.dark .notification-drop .item ul li a:hover {
  color: var(--bs-warning) !important;
}

.dark .status-box {
  background-color: var(--bs-dark-100) !important;
}

.dark .infoBtn-print:hover {
  background-color: var(--bs-warning) !important;
  color: var(--bs-white-100) !important;
}

.dark .text-dark.status-btn {
  color: var(--bs-dark) !important;
}

.dark .custom-daterangepicker {
  background: #2e2f44 !important;
  border: 1px solid var(--bs-dark) !important;
  color: var(--bs-muted) !important;
}

.dark .custom-daterangepicker svg {
  fill: var(--bs-info-100) !important;
}

.dark .param-ref.dispute-select .select2-container .select2-selection--single {
  background: #2e2f44 !important;
  border: 1px solid var(--bs-dark) !important;
  color: var(--bs-muted) !important;
}

.dark .form-switch .form-check-input {
  background-image: unset !important;
  width: 50px !important;
  height: 26px !important;
  background-color: var(--bs-primary) !important;
  position: relative !important;
}

.dark .form-switch .form-check-input::after {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background-color: var(--bs-white) !important;
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.dark .copy-div .input-form-control {
  background-color: #2e2f44 !important;
}

.dark .not-focus-bg {
  background-color: #2e2f44 !important;
}

.dark .select2-container--open .select2-dropdown--above {
  border: 1px solid var(--bs-dark-100) !important;
}

/* date range css */
.dark .daterangepicker {
  background-color: var(--bs-dark-100);
  border: 1px solid var(--bs-dark);
  color: white !important;
}

.dark .daterangepicker .ranges li:hover {
  background-color: var(--bs-dark) !important;
}

.dark .daterangepicker .calendar-table {
  border: 1px solid var(--bs-dark);
  background-color: var(--bs-dark-100);
}

.dark .daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
  background-color: #616161;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--bs-primary) !important;
}

.dark .daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: var(--bs-white-100) !important;
  border-color: transparent;
  color: var(--bs-dark-100) !important;
}

.dark .nav-tab-parent .bg-white {
  background-color: #2E2F44 !important;
  border: 1px solid #3F405B;
}

.dark .nav-tab-parent .nav-tab-child {
  border: 1px solid #3F405B !important;
}

.dark .nav-tab-parent .nav-tab-child:hover {
  border: 1px solid #3F405B !important;
}

.dark .accordion-list-one .accordion-item {
  border: 1px solid #3F405B !important;
}

.dark .accordion-list-two .accordion-item {
  border: 1px solid #3F405B !important;
}

.dark .nav-tab-child .text-gray-100:hover {
  color: var(--bs-warning) !important;
}

.dark .nav-tab-child .tabactive.text-gray-100:hover {
  color: inherit !important;
}

.dark .inv-details.wrapper {
  background-color: var(--bs-dark-300) !important;
}

.dark .arrow-hovers:hover {
  background-color: var(--bs-dark) !important;
}

.dark .accordion-button.visible-img::after {
  background-image: url(../images/dark-arrow.png) !important;
}

.dark .badge.text-dark {
  color: var(--bs-dark) !important;
}

.dark .dispute-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--bs-muted) !important;
}

.dark .m-header-top button:hover {
  background-color: var(--bs-dark-100) !important;
}
/* intel tel input start*/
.dark .iti .form-control{
    background-color: #2e2f44!important;
    color: #CDCCD0 !important;
}
.dark .iti .form-control:focus {
    border-color: #635BFE  !important;
    outline: 0;
  box-shadow: unset !important;
}

.dark .iti .form-control{
    border: 1px solid #3f405b  !important;
}
.dark .iti__selected-dial-code{
    color: white !important;
}
.dark .iti__arrow {
    border-top: 4px solid white;
}
.dark input[type=tel]{
    background-color: #2e2f44!important;
    border-color: #2e2f44 !important;
}
.dark input[type="tel"]:hover {
  border: 1px solid var(--bs-primary) !important;
}
.dark .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #2e2f44;
    border: 1px solid #3f405b !important;
    white-space: nowrap;
    max-height: 200px;
    color: white;
}
.dark .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom:1px solid #3f405b !important;
}
.dark .modal-content {
  background-color: #3f405b;
}
.dark .bg-copy-dark{
  background: #2e2f44 !important;
}
/* intel tel input end*/
html[dir="rtl"].dark .border-px {
  border-right: unset !important;
  border-left: 1px solid var(--bs-dark-200) !important;
}

.selectParent span#select2-select-height-container {
  color: var(--bs-gray-100) !important;
  font-family: "Gilroy-Regular";
  font-size: 13px;
}

/* notification badge */

.notification-drop {
  font-family: "Ubuntu", sans-serif;
  color: #444;
}

.notification-drop .item {
  font-size: 18px;
  position: relative;
}

.notification-drop .item:hover {
  cursor: pointer;
}

.notification-drop .item ul {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  margin-top: -4px;
  padding-left: 0px !important;
  display: none;
  width: 282px;
}

.notification-drop .item ul li {
  font-size: 16px;
  list-style-type: none;
  color: var(--bs-dark) !important;
}

.notification-drop .item ul li a {
  width: 100%;
  padding: 12px 0 12px 22px;
}

.notification-drop .item ul li a:hover {
  color: var(--bs-primary) !important;
}

.notification-drop .item ul li:hover {
  background-color: var(--bs-white-50) !important;
  transition: 0.2s ease-in-out;
}

.notification-drop .item ul li:nth-child(1):hover {
  background: var(--bs-secondary) !important;
}

.notification-drop .item ul li:nth-child(2) {
  margin-top: 7px;
}

.open-drop {
  border-radius: 6px;
  box-shadow: 0px 14px 25px -5px rgba(63, 64, 91, 0.08);
  margin-top: -8px !important;
  right: 24px !important;
}

.notification-drop .item ul li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.user-dp {
  height: 42px;
  width: 42px;
  background-color: var(--bs-primary) !important;
  border-radius: 50%;
}

.user-list {
  height: 34px;
  width: 34px;
  background-color: var(--bs-white-200) !important;
  border-radius: 50%;
}

.user-mail {
  height: 56px;
  width: 56px;
  background-color: var(--bs-white-200) !important;
  border-radius: 50%;
  color: var(--bs-primary) !important;
}

.custom-error {
  font-family: gilroy-regular;
  font-size: 14px !important;
  color: var(--bs-danger) !important;
}


@media screen and (min-width: 500px) {
  .notification-drop {
    display: flex;
    justify-content: flex-end;
  }

  .notification-drop .item {
    border: none;
  }
}


.f-link a {
  color: var(--bs-gray-100) !important;
  text-decoration: none;
  transition: 0.2s;
}

.f-link a:hover {
  color: var(--bs-primary) !important;
}

a {
  text-decoration: none;
}

/* sidebars */
.inv {
  visibility: hidden !important;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.side-navbar {
  width: 316px;
  height: 100%;
  position: fixed;
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover {
  background-color: var(--bs-white) !important;
}

.custom-nabs .nav-link:active,
.nav-link:focus,
.nav-link:hover {
  background-color: unset !important;
}

/* for main section */
.active-cont {
  margin-left: 316px;
}

#menu-btn {
  color: var(--bs-white) !important;
  position: absolute;
  display: none;
}

.containt-parent {
  min-height: calc(100vh - 140px);
}

/* main-containt */

.main-containt {
  padding: 44px calc(15% - 5px);
}

/* custom dropdown width search and images */

#switch .form-check-input.theme-check.m-0 {
  cursor: pointer !important;
}

.options-container {
  list-style: none;
  padding: 0 !important;
}

.drop-contain {
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
}

.top-text-wrapper {
  margin: 20px 0 30px 0;
}

.top-text-wrapper h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.top-text-wrapper code {
  font-size: 0.85em;
  background: linear-gradient(90deg, #fce3ec, #ffe8cc);
  color: #ff2200;
  padding: 0.1rem 0.3rem 0.2rem;
  border-radius: 0.2rem;
}

.tab-section-wrapper {
  padding: 30px 0;
}

.select-box {
  display: flex;
  width: 400px;
  flex-direction: column;
  position: relative;
}

.select-box .options-container {
  max-height: 0;
  width: calc(100% - 12px);
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #dcdfe5;
  background-color: var(--bs-white) !important;
  order: 1;
  position: absolute;
  top: 68px;
}

.selected {
  background: #2f3640;
  margin-bottom: 8px;
  position: relative;
  width: 388px;
  height: 64px;
  border-radius: 5px;
  border: solid 1px #dcdfe5;
  background-color: var(--bs-white) !important;
  order: 0;
}

.selected::after {
  display: inline-block;
  content: url("../images/arrow.svg");
  position: absolute;
  right: 15px;
  top: 50%;
  transition: transform 0.5s;
  transform: translateY(-50%);
}

.list-search {
  width: 94%;
  padding: 8px;
  margin: 12px;
}

.selected h3,
.select-box label h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  color: #1f2949;
}

.selected h5,
.select-box label h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.83;
  color: #81878f;
}

.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
}

.select-box .options-container.active+.selected::after {
  transform: translateY(-50%) rotateX(180deg);
}

.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  background: #0d141f;
  background: #81878f;
  background: #f1f2f3;
  border-radius: 0 5px 5px 0;
}

.select-box .options-container::-webkit-scrollbar-thumb {
  background: #525861;
  background: #81878f;
  border-radius: 0 5px 5px 0;
}

.select-box .option,
.selected {
  padding: 12px 24px;
  cursor: pointer;
}

.select-box .option:hover {
  background: #dcdfe5;
}

.select-box label {
  cursor: pointer;
}

.select-box .option .radio {
  display: none;
}

.hidden {
  display: none;
}

/* custom dropdown width search and images end */

/* select2 custom design */

.param-ref .select2-container {
  width: 100% !important;
}

.param-ref .select2-selection__rendered {
  line-height: 58px !important;
  padding-left: 20px !important;
  color: var(--bs-dark) !important;
  font-size: 20px !important;
  font-family: "Gilroy-Medium";
}

.merchant-ref .select2-selection__rendered {
  line-height: 50px !important;
}

.param-ref-withdraw .select2-selection__rendered {
  line-height: 42px !important;
  padding-left: 14px !important;
  color: var(--bs-dark) !important;
  font-size: 16px !important;
  font-family: "Gilroy-Medium";
}

.red-border-select-2.param-ref .select2-container .select2-selection--single {
  border: 1px solid var(--bs-danger) !important;
}

.param-ref .select2-container .select2-selection--single {
  height: 60px !important;
  background-color: #F3F2FF !important;
  border: 1px solid var(--bs-muted-100) !important;
  border-radius: 6px !important;
}

.param-ref-withdraw .select2-container .select2-selection--single {
  height: 44px !important;
  border: 1px solid var(--bs-muted-100) !important;
  border-radius: 6px !important;
}

.upload-filed:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.attach-file input[type="file"].input-bg {
  color: var(--bs-dark) !important;
}

.input-bg {
  background-color: #F3F2FF !important;
  border: 1px solid var(--bs-primary) !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 80px !important;
}

.param-ref .select2-container .select2-selection--single[aria-expanded="true"] {
  background: white !important;
  border: 1px solid var(--bs-primary) !important;
}

.select2-container--open .select2-dropdown--above {
  border: 1px solid var(--bs-muted-100) !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  margin-top: -0px;
}

.param-ref .select2-selection__arrow {
  height: 57px !important;
  right: 15px !important;
}

.merchant-ref .select2-selection__arrow {
  height: 47px !important;
  right: 15px !important;
}

.param-ref-withdraw .select2-selection__arrow {
  height: 43px !important;
  right: 15px !important;
}

.param-ref .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg) !important;
}

.param-ref .select2-container--default .select2-selection--single .select2-selection__arrow {
  transition: transform 0s ease-in-out;
}

.param-ref .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../images/up_arrow.svg);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat !important;
  border: none !important;
  height: 20px !important;
  width: 12px !important;
}

.select2-results__option {
  padding: 13px !important;
  user-select: none;
  -webkit-user-select: none;
  font-size: 16px !important;
  color: var(--bs-dark) !important;
  font-family: "Gilroy-Medium";
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 150px !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.sp .select2.select2-container {
  width: 95px!important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #F3F2FF !important;
  color: var(--bs-primary) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
  transition: 0.5s !important;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid var(--bs-muted-100) !important;
  border-radius: 4px !important;
  margin-top: 0px !important;
  box-shadow: 0px 14px 25px -5px rgba(63, 64, 91, 0.05);
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 4px;
  background: var(--bs-white) !important;
  background: #f1f2f3;
  border-radius: 4px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: var(--bs-primary) !important;
  border-radius: 4px;
}

.select2-search__field {
  border: 1px solid #d1cae6 !important;
  height: 50px !important;
  border-radius: 4px !important;
}

.select2-search__field:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #978db6 !important;
}

.input-form-control {
  border: 1px solid var(--bs-muted-100) !important;
  border-radius: 6px !important;
  padding: 14px 20px !important;
  background-color: var(--bs-white-50) !important;
  font-size: 20px !important;
  color: var(--bs-dark) !important;
  font-family: "Gilroy-Medium";
  transition: 0.2s;
}

.input-form-control-withdraw {
  border: 1px solid var(--bs-muted-100) !important;
  border-radius: 6px !important;
  padding: 11px 14px !important;
  background-color: var(--bs-white-50) !important;
  font-size: 16px !important;
  color: var(--bs-dark) !important;
  font-family: "Gilroy-Medium";
  transition: 0.2s;
}

.input-form-control-withdraw {
  height: 44px;
}

.input-form-control:hover {
  border: 1px solid var(--bs-primary) !important;
}

.input-form-control:focus {
  box-shadow: none !important;
  border: 1px solid var(--bs-primary) !important;
}

.input-form-control:focus::placeholder {
  color: transparent !important;
}

.input-form-control::placeholder {
  font-size: 20px !important;
  color: var(--bs-gray) !important;
  font-family: "Gilroy-Regular";
}

/* custom Button */
.btn-primary:focus {
  color: var(--bs-white) !important;
  box-shadow: unset !important;
}

.btn {
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid transparent !important;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px !important;
  transition: 0.3s !important;
}

html[dir="rtl"] .btn {
  transition: unset !important;
}

.btn-sm {
  padding: .25rem .5rem !important;
  font-size: 14px !important;
  font-family: "Gilroy-Medium";
}

.btn-lg {
  padding: 0.65rem 0.5rem !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-family: "Gilroy-Medium";
}

.btn-primary {
  color: var(--bs-white) !important;
  background-color: var(--bs-primary) !important;
  border-color: transparent !important;
}

.btn-secondary {
  color: var(--bs-white) !important;
  background-color: var(--bs-secondary) !important;
  border-color: transparent !important;
}

.btn-success {
  color: var(--bs-white) !important;
  background-color: var(--bs-success) !important;
  border-color: transparent !important;
}

.btn-danger {
  color: var(--bs-white) !important;
  background-color: var(--bs-danger) !important;
  border-color: transparent !important;
}

.btn-warning {
  color: var(--bs-dark) !important;
  background-color: var(--bs-warning) !important;
  border-color: transparent !important;
}

.btn-info {
  color: var(--bs-white) !important;
  background-color: var(--bs-info) !important;
  border-color: transparent !important;
}

.btn-light {
  color: var(--bs-white) !important;
  background-color: var(--bs-light) !important;
  border-color: transparent !important;
}

.btn-dark {
  color: var(--bs-white) !important;
  background-color: var(--bs-dark) !important;
  border-color: transparent !important;
}

.btn:hover {
  color: white !important;
  background: var(--bs-info) !important;
}

.btn svg {
  transition: right 0.2s !important;
  right: 0px !important;
}

.btn:hover svg {
  right: -5px !important;
}

.back-btn:hover {
  color: var(--bs-dark) !important;
  transition: 0.3s;
}

.back-btn svg {
  transition: right 0.2s !important;
  right: 0px !important;
}

.back-btn:hover svg {
  right: 5px !important;
}

.filter-ref.param-ref .select2-selection__rendered {
  line-height: 42px !important;
  padding-left: 12px !important;
  font-size: 13px !important;
}

.param-ref.merchant-ref .select2-container .select2-selection--single {
  height: 52px !important;
}

.filter-ref.param-ref .select2-container .select2-selection--single {
  height: 44px !important;
}

.filter-ref.param-ref .select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 9px !important;
  width: 9px !important;
}

.filter-ref.param-ref .select2-selection__arrow {
  height: 44px !important;
  right: 7px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0px solid transparent !important;
  border-radius: 0px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 0px !important;
}

html[dir="rtl"] .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 8px !important;
}

#select2-filter-ref-results,
#select2-filter-ref-2-results,
#select2-filter-ref-3-results,
#select2-filter-ref-4-results,
#select2-filter-ref-5-results {
  max-height: 165px !important;
}

#select2-filter-ref-results li {
  padding: 11px !important;
  font-size: 13px !important;
}

#select2-filter-ref-2-results li {
  padding: 11px !important;
  font-size: 13px !important;
}

#select2-filter-ref-3-results li {
  padding: 11px !important;
  font-size: 13px !important;
}

#select2-filter-ref-4-results li {
  padding: 11px !important;
  font-size: 13px !important;
}

#select2-filter-ref-5-results li {
  padding: 11px !important;
  font-size: 13px !important;
}

/* Deposit section */
.border-b-EF {
  border-bottom: 1px solid var(--bs-muted-100) !important;
  ;
}

.upload-filed {
  padding: 13px 19px !important;
  background-color: var(--bs-white-50) !important;
}

.attach-file input[type="file"] {
  color: var(--bs-gray) !important;
  font-size: 14px !important;
  font-family: "Gilroy-Regular";
}

.attach-file input::file-selector-button {
  font-family: "Gilroy-Medium";
  font-size: 14px !important;
  color: var(--bs-dark) !important;
  background-color: var(--bs-white) !important;
  border: 1px solid var(--bs-muted-100) !important;
  border-radius: 4px !important;
  transition: 0.2s;
}

.attach-file .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

.via-paypal {
  width: 135px;
  height: 36px;
  object-fit: contain;
}

.success-amount-box {
  border: 1px solid var(--bs-muted-100) !important;
  ;
  border-radius: 8px;
  margin: 0 2px;
}

.print-mail {
  background: var(--bs-white-50) !important;
  border-radius: 8px;
  margin: 0 2px;
  padding-bottom: 18px;
}

.print-btn {
  width: 172px;
  height: 52px;
  background: var(--bs-primary) !important;
  border-radius: 6px;
  font-family: 'Gilroy-Medium';
  color: var(--bs-white) !important;
  transition: 0.2s;
}

.print-btn:hover {
  background-color: var(--bs-info) !important;
  color: white;
}

.repeat-btn {
  width: 172px;
  height: 50px;
  border: 1px solid var(--bs-info-100) !important;
  border-radius: 6px;
  color: var(--bs-gray-100) !important;
  transition: 0.2s;
}

.repeat-btn:hover {
  border: 1px solid var(--bs-dark) !important;
  color: var(--bs-dark) !important;
}

.w-33 {
  width: 33.33%;
}

.select-ref .select2-selection__rendered {
  color: var(--bs-gray) !important;
  font-size: 18px !important;
}

.card-icon {
  top: 48px !important;
  right: 16px;
}

.collapse-child {
  border-left: 2px solid #615A7C;
}

.not-focus-bg {
  background-color: #F3F2FF !important;
}

.focus-bgcolor {
  background-color: var(--bs-white-50) !important;
}

/* Transaction css */
.deposit-circle {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}

.via-bank {
  background-color: var(--bs-white-200) !important;
}

.transac-parent {
  background-color: var(--bs-white) !important;
  border: 1px solid var(--bs-white-200) !important;
  border-radius: 6px;
}

.transac-parent:last-child {
  border-bottom: 0 !important;
}

.transac-child {
  padding: 19px 27px 18px 20px;
  border-bottom: 1px solid var(--bs-white-200) !important;
}

.deposit-circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.fil-btn {
  cursor: pointer;
  transition: 0.2s;
}

html[dir="rtl"] .fil-btn {
  transition: 0s;
}

.blink-w {
  width: 85px !important;
}

.fil-btn img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.filter-panel {
  display: none;
}

.cross-none {
  display: none;
}

.apply-filter {
  width: 140px;
  height: 44px;
  margin-left: 28px;
  background: var(--bs-primary) !important;
  color: var(--bs-white) !important;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-filter:hover {
  color: white;
}

.reset-btn:hover {
  color: var(--bs-gray-100) !important;
}

/* Pagination */
.pagi-nav .page-link {
  background-color: transparent;
  color: var(--bs-gray-100) !important;
  border: 0 !important;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-link:focus {
  outline: none !important;
  box-shadow: none !important;
}

.pagi-nav .page-item.active .page-link {
  z-index: 3;
  color: var(--bs-white) !important;
  background-color: var(--bs-primary) !important;
  border-radius: 4px;
}

.pagi-nav .page-item.disabled .page-link {
  color: var(--bs-gray) !important;
  background-color: unset;
  border-color: unset;
}

.pagi-nav .page-item:first-child .page-link {
  padding-left: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-transac {
  width: 672px;
  margin: auto;
}

.deposit-transac {
  width: 39%;
  background: var(--bs-white-100) !important;
  border-radius: 6px;
}

.infoBtn-print {
  width: 140px !important;
  height: 42px !important;
  border: 1px solid var(--bs-info-100) !important;
  background-color: #F2EFFC;
  border-radius: 4px;
  transition: 0.2s;
}

.infoBtn-print:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
}

.close-btn {
  right: -7px;
  top: -7px;
  border-radius: 4px;
  transition: 0.3s;
}

.close-btn:hover {
  background-color: var(--bs-white-200) !important;
  color: var(--bs-primary) !important;
}

.modal-close-btn:hover {
  background-color: var(--bs-white-200) !important;
  color: var(--bs-primary) !important;
}

.transac-title {
  border-bottom: 1px solid var(--bs-muted-100) !important;
  ;
  padding-bottom: 12px;
}

.hr-border {
  border-bottom: 1px solid var(--bs-muted-100) !important;
  ;
  padding: 8px 0px 11px 0px;
}

.modal-overly {
  background-color: #0e0e105d;
}

.trans-details {
  width: 61%;
}

/* wallet box */
.balance-box {
  padding: 23px 23px 19px 23px;
  background: var(--bs-white) !important;
  border: 1px solid var(--bs-muted-100) !important;
  ;
  border-radius: 8px
}

.w-balance .balance-box {
  padding: 23px 23px 21px 23px;
  border-radius: 8px
}

.balance {
  width: 100%;
}

.curency-box svg {
  color: var(--bs-primary) !important;
}

.wallet-svg svg {
  color: var(--bs-gray) !important;
}

.wallet-svg .deposit:hover {
  transition: 0.2s;
  color: var(--bs-warning) !important;
}

.wallet-svg .withdraw:hover {
  transition: 0.2s;
  color: var(--bs-primary) !important;
}

.bg-pink svg {
  color: var(--bs-warning) !important;
}

.bg-warning svg {
  color: var(--bs-dark) !important;
}

.border-1p {
  border: 1px solid var(--bs-info-100) !important;
}

.hr-40 {
  height: 40px;
  width: 0px;
  border-left: 1px solid var(--bs-muted-100) !important;
  ;
  margin: 0 25px;
}

.btn-block {
  height: 40px;
}

.curency-box {
  color: var(--bs-white) !important;
  border-radius: 6px;
  width: 56px;
  height: 56px;
}

.curency-box img {
  color: var(--bs-white) !important;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.border-end-default {
  border-right: 1px solid #dee2e6;
}

.dw-dimension {
  width: 98px;
  height: 38px;
  border-radius: 6px;
}

.make-default p:hover {
  color: var(--bs-primary) !important;
}

/*Exchange Curency */

.balance-color {
  color: var(--bs-primary) !important;
}

.direction svg {
  color: var(--bs-dark) !important;
}

.r-currency-exchange-rate-top {
  margin-top: 40px;
}

.exchange-box {
  padding: 27px 0;
  border-radius: 8px;
}

.new-balace {
  padding: 21px 0;
  border-radius: 8px;
}

.border-hr {
  border-left: 1px solid var(--bs-muted-100) !important;
  ;
  width: 1px;
  height: 24px;
}

.border-light-mode {
  border: 1px solid var(--bs-muted-100) !important;
  ;
}

.font-14p {
  font-size: 14px;
  line-height: 17px;
  margin-top: 16px;
}

.svg-dimension {
  width: 20px;
  height: 20px;
}

.r-exchange-mb {
  margin-bottom: 0px;
}

.mt-select-to-p {
  margin-top: 10px;
}

/*css Withdrawal List */
.gap-between {
  margin-top: 8px;
}

.amount-withdraw {
  padding: 29px 0;
  border-radius: 8px;
}

.withdraw-list-parent:last-child {
  border-bottom: 0 !important;
}

.withdraw-list-child {
  padding: 21px 24px 16px 24px;
  border-bottom: 1px solid var(--bs-white-200) !important;
}

.withdraw-list-parent {
  background-color: var(--bs-white) !important;
  border: 1px solid var(--bs-white-200) !important;
  border-radius: 6px;
}

.mx-between-date_and_sattus {
  margin-left: 8px;
  margin-right: 8px;
}

.flex-wraps {
  flex-wrap: nowrap
}

.flex-grows-1 {
  flex-grow: 1;
}

.flex-grows-2 {
  flex-grow: 1;
}

.flex-grows-1 .width-50 {
  width: 50%;
}

.flex-grows-1 .width-75 {
  width: 75%;
}

.withdraw-list-child .width-25 {
  width: 14%;
}

.w-space {
  white-space: nowrap;
}

.r-mt-2p {
  margin-top: 0px;
}

.mt-medium-2p {
  margin-top: 0px;
}

.sm-send_medium {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.sm-send_medium img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.fee-mt-8 {
  margin-top: 7px;
}

.edit-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}

.edit-icon :hover {
  color: var(--bs-primary) !important;
}

.edit-icon img {
  object-fit: contain;
}

.trash-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
}

.border-36h {
  width: 1px;
  height: 36px;
  border-left: 1px solid var(--bs-muted-100) !important;
  ;
  margin: 0 26px;
  display: flex;
  justify-content: center;
}

.extra-flex {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.trash-edit-svg svg {
  cursor: pointer;
  transition: 0.2s !important;
  color: var(--bs-gray-100) !important;
}

.edit-delete-btn {
  width: 98px;
  padding: 10px 0;
  border-radius: 6px;
}

.border-DF {
  border: 1px solid var(--bs-info-100) !important;
}

.border-6FE {
  border: 1px solid var(--bs-primary) !important;
}

.link-edit a {
  transition: .3s ease-in-out;
}

.link-edit a {
  color: var(--bs-white) !important;
  text-decoration: none !important;
}

.link-delete a {
  transition: .2s ease-in-out;
  color: var(--bs-dark) !important;
  text-decoration: none !important;
  background-color: white !important;
}

.Add-new-btn {
  padding: 11px 25px 11px 25px !important;
  height: 44px !important;
}

.Add-new-btn.addnew {
  padding: 8px 0 8px 0 !important;
  height: 44px !important;
}

.w-176 {
  width: 176px !important;
}

.me-3 .w-135 {
  width: 208px;
}

.transac.modal-dialog {
  max-width: 672px !important;
}

.modal-dialog {
  max-width: 550px !important;
}

.modal-dialog-width {
  max-width: 664px !important;
}

.modal-title {
  font-size: 18px !important;
  line-height: 24px !important;
}

.setting-btn {
  padding: 13px 0;
}

.modal-close-btn {
  right: 12px;
  top: 14px;
  border-radius: 4px;
  transition: 0.3s;
}

.select2-dropdown {
  z-index: 1060 !important;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.di-none {
  display: none;
}

.di-block {
  display: block;
}

.modal-content-pxy {
  padding: 11px 19px;
}

.param-ref-withdraw .mt-24 {
  margin-top: 20px;
}

.modal-content {
  background-color: var(--bs-white) !important;
  border: 0px solid var(--bs-white) !important;
  border-radius: 8px;
}

.clients-secret-id.modal-body-pxy {
  padding: 0px 30px 30px 30px !important;
}

.modal-body-pxy {
  padding: 23px 30px 22px 30px !important;
}

.modal-header {
  padding: 24px 0px 11px 0px !important;
  margin: 0 30px;
}

.add-option-btn {
  color: var(--bs-white) !important;
  border-radius: 6px !important;
}

.add-option-btn:hover {
  transition: .2s ease-out;
  background-color: var(--bs-info) !important;
  color: white !important;

}

.w-modal-header .modal-close-btn {
  top: 12px;
}

.link-edit svg {
  color: var(--bs-white) !important;
}

.link-edit a:hover {
  transition: .2s ease-out;
  background-color: var(--bs-info) !important;
  color: white;
  border: 1px solidvar(--bs-info) !important;
}

.link-edit a:hover svg {
  color: white;
}

.link-delete svg {
  color: var(--bs-gray-100) !important;
}

.link-delete a:hover {
  border: 1px solid var(--bs-dark) !important;
}

.edit-hover::before {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: var(--bs-white-200) !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -13px;
  right: -12px;
  opacity: 0;
  transition: .5s;
}

.edit-hover:hover::before {
  opacity: 1;
}

.edit-hover {
  position: relative;
  cursor: pointer;
}

.edit-hover svg {
  z-index: 1;
}

.edit-hover svg {
  cursor: pointer;
  color: var(--bs-gray-100) !important;
}

.delete-hover svg {
  cursor: pointer;
  color: var(--bs-gray-100) !important;
}

.edit-hover:hover svg {
  color: var(--bs-primary) !important;
  transition: 0.2s !important;

}

.delete-hover {
  position: relative;
  cursor: pointer;
}

.delete-hover::before {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: var(--bs-white-200) !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -13px;
  right: -12px;
  opacity: 0;
  transition: .5s;
}

.delete-hover:hover::before {
  opacity: 1;
}

.delete-hover svg {
  z-index: 1;
}

.delete-hover:hover svg {
  transition: 0.2s !important;
  color: var(--bs-danger) !important;
}

.edit-svg {
  color: var(--bs-gray-100) !important
}

.delete-svg {
  color: var(--bs-gray-100) !important;
}

.div-1:hover .edit-svg {
  color: var(--bs-primary) !important;
}

.div-2:hover .delete-svg {
  color: red !important;
}

.a-tag {
  color: unset !important;
}

.coluumn-pr-unset {
  padding-right: 5px;
}

.column-pl-unset {
  padding-left: 4px;
}

.modal-header {
  border-bottom: 1px solid var(--bs-muted-100) !important;
  ;
}

.edit-modal-header {
  padding: 20px 0px 12px 0px;
  border-bottom: 1px solid var(--bs-muted-100) !important;
  ;
  height: 56px;
  margin: 0 19px;
}

.transaction-modal .modal-body {
  padding: 16px 16px 16px 16px !important;
}

.modal-body {
  padding: 20px 20px 30px 19px;
}

.edit-modal-header .modal-close-btn {
  top: 10px;
  right: 9px;
}

.modals-bottom {
  padding-top: 8px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.btn-secondary-cancel {
  width: 110px;
  height: 44px;
  background: var(--bs-white) !important;
  border: 1px solid var(--bs-info-100) !important;
  border-radius: 6px;
  transition: .2s;
}

.btn-secondary-cancel:hover {
  border: 1px solid var(--bs-gray-100) !important;
  color: var(--bs-muted) !important
}

.btn-secondary-delete {
  width: 142px;
  height: 44px;
  background: var(--bs-warning) !important;
  border-radius: 6px;
  text-decoration: none !important;
  transition: .2s;
}

.btn-secondary-delete:hover {
  background: #FFBE56;
  color: var(--bs-muted) !important;
}

.ml-delete {
  margin-left: 12px;
}

.currency-mt-32 {
  margin-top: 32px;
}

.currency-mt-24 {
  margin-top: 29px;
}

.mt-row-24 {
  margin-top: 24px;
}

.active.link-secondary {
  font-weight: bold;
  color: #fff;
}

.custom-nav .nav {
  flex-wrap: nowrap;
  background-color: var(--bs-white) !important;
  border: 1px solid var(--bs-muted-100) !important;
  ;
  border-radius: 40px;
  padding: 7px;
}

.custom-nav .active.link-secondary {
  transition: .2s;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
  font-weight: normal;
}

.custom-nav .nav-link {
  padding: 4px 0;
  text-decoration: none;
  border-radius: 40px;
  width: 164px;
  height: 34px;
  text-align: center;
}

.col-pl-7 {
  padding-left: 7px !important;
}

.custom-progress .progress {
  height: 4px;
  background: var(--bs-light) !important;
  ;
}

.exchange-send-get {
  background: var(--bs-white-50) !important;
  border-radius: 6px;
}

.send-left-box {
  padding: 21px 0 21px 24px;
}

.get-right-box {
  position: relative;
  width: 254px;
  padding: 21px 37px 21px 37px;
  background-color: var(--bs-primary) !important;
  border-radius: 6px;
}

.right-box-icon {
  position: absolute;
  width: 25px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  left: -13px;
}

.progress-bar.bg-warning {
  background-color: var(--bs-warning) !important;
}

.b-none {
  border: unset;
}

.b-unset {
  border: unset !important;
}

.copy-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.copy-div .input-form-control {
  background-color: var(--bs-white) !important;
}

.copy-btn {
  border-radius: 8px;
}

.copy-parent-div {
  color: var(--bs-primary) !important;
  border-radius: 6px;
  text-align: center;
  position: relative;
  top: 8px;
  opacity: 0;
  transition: .2s;
}

.show-copied {
  transition: .2s !important;
  opacity: 1 !important;
}

.copy-btn::after {
  content: "Copy Address";
  position: absolute;
  top: 3px;
  right: -92px;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
  text-align: center;
  border-radius: 4px;
  opacity: 0;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 18px;
  font-family: 'Gilroy-Medium' !important;
  transition: all 300ms ease-out !important;
}

.copy-btn:hover::after {
  transform: translatex(10px);
  opacity: 1;
}

.copy-btn:hover .rect-F30 {
  transition: .4s;
  fill: var(--bs-primary) !important;
}

.copy-btn:hover svg {
  transition: .2s;
  color: white !important;
}

.display-none {
  display: none;
}

.copy-btn svg {
  color: var(--bs-gray-100) !important;
}

.usdsvg svg {
  color: var(--bs-white) !important;
}

.center-align {
  align-items: center;
}

.color-yellow {
  color: var(--bs-warning) !important;
}

.exchange-total-parent {
  padding: 19px 0 18px 0;
  border-radius: 8px;
}

.getting-amount {
  padding: 19px 0 18px 0;
  border-radius: 8px;
}

.delete-custom-modal .modal-dialog {
  max-width: 512px !important;
}

.delete-custom-modal .modals-bottom {
  padding-top: 4px;
  padding-bottom: 20px;
  padding-right: 20px;
}

/* animated tab bar */
/* settings tab */
.settings-wrapper.wrapper {
  width: 508px;
  margin: 20px auto;
  margin-bottom: 0;
  border-radius: 5px;
  background: #fff;
}

.settings-wrapper.wrapper nav {
  width: 388px;
  padding: 0 1px 0 8px;
  margin: 0 auto;
  background: #fff;
}

.settings-wrapper.wrapper nav label.cryp_exchange {
  width: 185px;
  height: 32px;
}

.settings-wrapper.wrapper nav label.cryp_buy {
  width: 185px;
  margin-right: 8px;
  height: 32px;
}

.settings-wrapper.wrapper nav .slider {
  width: 186px;
}

#cryp_buy:checked~nav .settings-slider.slider {
  left: 50%;
}

::selection {
  background: rgba(23, 162, 184, 0.3);
}

.wrapper {
  width: 508px;
  margin: 20px auto;
  border-radius: 5px;
  background: #fff;
}

.wrapper header {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}

.wrapper nav {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--bs-muted-100) !important;
  ;
  border-radius: 40px;
  padding: 0 53px 0 33px;
}

.wrapper nav label {
  display: flex;
  justify-content: center;
  height: 34px;
  width: 164px;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: var(--bs-gray-100) !important;
  transition: all 0.3s ease;
}

.wrapper nav label:hover {
  color: var(--bs-primary) !important;
}

#cryp_exchange:checked~nav label.cryp_exchange,
#cryp_buy:checked~nav label.cryp_buy,
#cryp_sell:checked~nav label.cryp_sell {
  color: var(--bs-white) !important;
}

nav label i {
  padding-right: 7px;
}

nav .slider {
  position: absolute;
  height: 34px;
  width: 164px;
  left: 7px;
  bottom: 7px;
  z-index: 0;
  border-radius: 40px;
  background: var(--bs-primary) !important;
  transition: all .3s ease-out;
}

input[type="radio"] {
  display: none;
}

#cryp_buy:checked~nav .slider {
  left: 35%;
}

#cryp_sell:checked~nav .slider {
  left: 64%;
}

html[dir="rtl"] #cryp_sell:checked~nav .slider {
  left: unset !important;
  right: 66%;
}

.content {
  display: none;
  background: #fff;
}

#cryp_exchange:checked~.sliding-content-parent .content-1,
#cryp_buy:checked~.sliding-content-parent .content-2,
#cryp_sell:checked~.sliding-content-parent .content-3 {
  display: block;
}

.content .title {
  font-size: 21px;
  font-weight: 500;
  margin: 30px 0 10px 0;
}

.content p {
  text-align: justify;
}

.wrapper nav label.cryp_exchange {
  width: 112px;
  height: 20px;
}

.wrapper nav label.cryp_buy {
  width: 72px;
  margin-right: 27px;
  height: 20px;
}

.wrapper nav label.cryp_sell {
  width: 73px;
  height: 20px;
}

.cypto-create .mt-23 {
  margin-top: 28px;
}

.close-div {
  width: 26px;
  height: 26px;
  background-color: #FFFF;
  z-index: 99999;
}

.modal-close-btn:hover {
  background-color: var(--bs-white-200) !important;
}

.modal-close-btn svg {
  color: var(--bs-gray-100) !important;
}

.modal-close-btn svg:hover {
  color: var(--bs-primary) !important;
}

.Add-new-btn {
  border-radius: 6px;
}

.settings .input-form-control {
  padding: 10px 20px !important;
}

.settings .btn {
  height: 52px;
}

/* Dispute */
.dis-img-sm-2 svg {
  color: var(--bs-primary) !important;
  fill: var(--bs-white-200) !important;
}

.dispute-parent {
  background-color: var(--bs-white) !important;
  background-color: var(--bs-white) !important;
  border-radius: 6px;
}

.dispute-child:last-child {
  border-bottom: 0 !important;
}

.dispute-child {
  padding: 24px 32px 23px 32px;
  border-bottom: 1px solid var(--bs-white-200) !important;
}

.dis-img-div {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: contain;
}

.dis-img-div img {
  Width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.see-deatils-btn {
  width: 140px;
  height: 38px;
  border-radius: 6px;
  color: var(--bs-gray-100) !important;
  border: 1px solid var(--bs-info-100) !important;
}

.see-deatils-btn:hover {
  transition: .2s ease-out;
  color: var(--bs-dark) !important;
  border: 1px solid var(--bs-dark) !important;
}

.dis-img-sm {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.dis-img-sm img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
}

.dispute-w-50 {
  padding: 24px 24px 24px 24px;
}

.dispute-w-50-20pxy {
  padding: 19px 23px 23px 23px;
}

.div-gutter-24x {
  margin-right: 24px;
}

.dispute-id-level-2.mt-24 {
  margin-top: 26px;
}

.disput-level-5.dispute-w-50 {
  padding: 20px 24px 24px 24px;
}

.details-bg {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

.details-bg:hover {
  background-color: var(--bs-info) !important;
  border: 1px solid var(--bs-info) !important;
  color: var(--bs-white) !important;
  transition: .2s ease-out;
}

.dispute-svg {
  color: var(--bs-info-100) !important;
}

.details-info {
  padding: 24px;
  border-radius: 8px;
}

.dis-details-title {
  padding: 0px 0px 12px 0px;
}

.dis-title-box {
  padding: 14px 0px 14px 14px;
  background: var(--bs-white-50) !important;
  border-radius: 6px;
}

.argument {
  margin-top: 24px;
}

.user-conv-box {
  background: var(--bs-white) !important;
  border: 1px solid var(--bs-muted-100) !important;
  ;
  border-radius: 6px;
  padding: 19px;
}

.dis-user-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.dis-user-img img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.users-conversation {
  border-radius: 6px;
  padding: 20px;
}

.sticky-mode {
  border-radius: 8px;
  position: sticky;
  top: 12%;
  left: 0;
}

.borders-bottom {
  border-bottom: 1px solid var(--bs-muted-100) !important;
  ;
}

.param-ref.dispute-select .select2-container .select2-selection--single {
  height: 38px !important;
  background-color: #F3F2FF !important;
  border: 1px solid var(--bs-muted-100) !important;
  border-radius: 6px !important;
}

.param-ref.dispute-select .select2-selection__rendered {
  line-height: 38px !important;
  padding-left: 20px !important;
  color: var(--bs-dark) !important;
  font-size: 13px !important;
  font-family: "Gilroy-Medium";
}

.param-ref.dispute-select .select2-selection__arrow {
  height: 37px !important;
  right: 15px !important;
}

.d-update .see-deatils-btn {
  width: 120px;
  height: 38px;
  color: var(--bs-white) !important;
}

.param-ref.money-ref.r-select.dispute-select {
  width: 210px;
}

/* profile */
.avatar-left-div {
  padding: 24px;
  border-radius: 8px;
}

.right-avatar-img {
  width: 122px;
  height: 122px;
  border-radius: 50%;
}

.right-avatar-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.update-code:hover {
  transition: .3s ease-in-out;
  border: 1px solid var(--bs-dark) !important;
  color: var(--bs-dark) !important;
}

.camera a {
  text-decoration: none !important;
  color: #FFFF !important;
  display: flex;
  align-items: center;
  width: 170px;
  height: 42px;
  padding: 0 0 0 25px;
  border-radius: 6px;
}

.camera svg {
  color: var(--bs-white) !important;
}

#upload_link {
  text-decoration: none;
}

#upload {
  display: none
}

.profile-qr-code {
  padding: 24px 24px 23px 24px;
  border-radius: 8px;
}

.profile-qr-img {
  height: 140px;
  width: 140px;
}

.profile-qr-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.print-code {
  width: 140px;
  height: 38px;
  border-radius: 6px;
  text-decoration: none !important;
  padding-left: 27px
}

.update-code {
  width: 140px;
  height: 38px;
  border-radius: 6px;
  text-decoration: none !important;
  border: 1px solid var(--bs-info-100) !important;
}

.print-update-code a :hover {
  text-decoration: none !important;
}

.default-wallet-div {
  padding: 24px 24px 23px 24px;
  border-radius: 8px;
}

.password-text {
  padding-top: 12px;
}

.profile-personal-information {
  padding: 28px 32px 12px 32px;
  border-radius: 8px;
}

.profile-borders-bottom {
  padding: 0 0 19px 0;
  border-bottom: 1px solid var(--bs-muted-100) !important;
  ;
  margin-bottom: 20px;
}

.profile-bottom {
  margin-bottom: 20px;
}

.profile-personal-information svg {
  color: var(--bs-gray-100) !important;
}

.default-wallet-div svg {
  color: var(--bs-gray-100) !important;
}

.profile-qr-bootom svg {
  color: var(--bs-gray-100) !important;
}

.column-pl-unset2 {
  padding-left: 8px !important;
}

.column-pr-unset2 {
  padding-right: 8px !important;
}

html[dir="rtl"] .column-pr-unset2 {
  padding-right: calc(var(--bs-gutter-x) * .5);
}

.eye-icon {
  position: absolute;
  top: 53px;
  right: 13px;
}

.eye-icon-hide {
  position: absolute;
  top: 53px;
  right: 13px;
}

.position-r {
  position: relative;
}

.wallet-text-hover:hover {
  color: var(--bs-gray-100) !important;
}

.wallet-svg svg:hover {
  color: var(--bs-primary) !important;
}

.pass-height {
  height: 24px;
}

.peofile-qr-text svg {
  color: var(--bs-gray-100) !important;
}

.remove-interactive:hover {
  color: var(--bs-dark) !important;
}

/* Ticket Section */
.mxs-10.mx-10 {
  margin-left: 10px;
  margin-right: 8px;
}

.ticket-section-parent-open {
  padding: 24px 24px 22px 24px;
  border-radius: 8px;
}

.ticket-section-parent-closed {
  padding: 24px 24px 22px 24px;
  border-radius: 8px;
}

.ticket-section-parent-solved {
  padding: 24px 24px 21px 24px;
}

.ticket-create a:hover {
  color: var(--bs-white) !important;
}

.custom-badge {
  padding: 0 10px;
  height: 22px;
  border-radius: 4px;
  width: fit-content;
}

.details-custom-badge {
  padding: 0px 10px;
  height: 22px;
  border-radius: 4px;
}

.ticket-dot-svg svg {
  color: var(--bs-info-100) !important;
}

.ticket-dot-svg svg {
  margin-bottom: 3px;
}

.proof-btn svg {
  fill: var(--bs-primary) !important;
  color: var(--bs-white) !important;
  transition: .3s ease-out;
}

.proof-btn-div .btn span {
  padding: 0px 10px;
}

.proof-btn:hover svg {
  fill: var(--bs-info) !important;
  color: var(--bs-white) !important;
}

.proof-btn:hover {
  border: 1px solid var(--bs-info-100) !important;
  color: var(--bs-gray-100) !important;
  background-color: var(--bs-white) !important;
}

.circle-image {
  width: 52px;
  height: 52px;
}

.circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.img-100 {
  width: 100%;
  height: 100%;
}

.img-open svg {
  color: var(--bs-gray-100) !important;
  fill: var(--bs-white-50) !important;
}

.img-close svg {
  color: var(--bs-primary) !important;
  fill: var(--bs-white-50) !important;
}

.img-solved svg {
  color: var(--bs-primary) !important;
  fill: var(--bs-white-200) !important;
}

.ticket-mid-description.ml-24 {
  margin-left: 24px;
}

.status-m {
  margin-right: 14px;
}

.web-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ticket-btn-submit {
  width: 110px;
  height: 40px;
  border-radius: 6px;
  border: none;
}

.rotate {
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.d-arrow-div {
  display: none;
  text-align: center;
  cursor: pointer;
}

/* this button is added in ticket details*/
.blue-btn:active,
.blue-btn:focus,
.blue-btn {
  color: var(--bs-gray-100) !important;
  font-size: 11px;
  margin-bottom: 20px;
  outline: none !important;
  padding: 5px 10px;
  background: var(--bs-white) !important;
  border: 1px solid var(--bs-muted-100) !important;
  ;
  border-radius: 4px;
  z-index: 10;
}

.blue-btn:hover {
  border: 1px solid var(--bs-info-100) !important;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 124px;
  margin-top: 0;
}

.fileUpload input.uploadlogo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 26px;
  z-index: 10;
  cursor: pointer;
}

.uploading-logo {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  top: 0;
  right: 0;
}

.fileUpload.blue-btn svg {
  color: white;
  fill: var(--bs-primary) !important;
  transition: .2s ease-out;
}

.fileUpload.blue-btn:hover svg {
  color: white;
  fill: var(--bs-info) !important;
  transition: .2s ease-out;
}

.loti {
  position: absolute;
  right: 14.7%;
  bottom: 114px;
  transition: 1s ease-out;

}

.loti .success-anim {
  width: 129px;
  height: 235px;
  top: -119px;
  right: 21px;
  z-index: 2;
}

.right-success-div {
  width: 332px;
  position: absolute;
  right: -205px;
  top: -35px;
  border-radius: 8px;
  padding-bottom: 21px;
  background-color: var(--bs-info) !important;
}

.loti-opacity {
  opacity: 0;
}

/* dashboard */

.green-btn {
  transition: .3s ease-in-out;
}

.green-btn:hover {
  background-color: var(--bs-info) !important;
  color: white !important;
}

.green-btn svg {
  color: #FFFF;
}

.green-btn:hover svg {
  color: var(--bs-white) !important;
}

.yellow-btn:hover {
  color: var(--bs-dark) !important;
  background: #FFBE56 !important;
}

.fil-btn-arow {
  width: 28px;
  height: 28px;
  background-color: var(--bs-primary) !important;
  border-radius: 4px;
  cursor: pointer;
}

.dash-left-img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.dash-left-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.btn-lg.w-160 {
  width: 160px;
}

.dash-wallet-box {
  width: 23.6%;
  padding: 14px;
  border-radius: 8px;
}

.dash-currency-sign {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.dash-check-all {
  width: 45px;
  height: 45px;
  border-radius: 4px;
}

.crypto-invest {
  width: 560px;
  padding: 24px;
  border-radius: 8px;
}

.btn-lg.addon-btn {
  width: 142px;
  height: 40px;
  border-radius: 6px;
}

.object-contain {
  object-fit: contain;
}

.crypto-invest a {
  text-decoration: none;
}

.crypto-invest a:hover {
  color: #FFFF;
}

.crypto-invest a span {
  text-decoration: none;
}

.addon-btn:hover .text-hvr {
  color: var(--bs-gray-100) !important;
}

.cryptinvest-img {
  width: 90px;
  height: 90px;
}

.cryptinvest-img img {
  width: 90px;
  height: 90px;
}

.new-merchant-ticket {
  cursor: pointer;
  padding: 25px;
  width: 270px;
  height: 107px;
  border-radius: 6px;
}

.contact-support {
  padding: 40px 16px 20px 16px;
  border-radius: 8px;
}

.messages-box {
  width: 62px;
  height: 62px;
}

.ticket-btn {
  border-radius: 6px;
  display: flex;
}
.contact-support .btn-sm {
  padding: 0.65rem 30px!important;
}

.dash-profile-qr-div {
  padding: 20px;
  border-radius: 8px;
}

.dash-profile-qrCode {
  width: 152px;
  height: 152px;
}

.dash-profile-qrCode img {
  width: 100%;
}

.btn-lg.dash-print-btn {
  border-radius: 6px;
}

.dash-profile-qr-div a {
  text-decoration: none;
}
.dash-profile-qr-div .btn-lg {
  padding: 0.65rem 30px!important;
}
.dash-profile-qr-div a:hover {
  color: #FFFF;
}

.qr-icon svg {
  color: var(--bs-dark) !important;
}

.dash-currency-sign svg {
  color: #FFFF;
}

.dash-currency-sign.eur svg {
  color: var(--bs-primary) !important;
}

.dash-check-all svg {
  color: var(--bs-gray-100) !important;
}

/* Mercahnt */
.merchant-profile-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.merchant-profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.merchat-details-row {
  padding: 18px 23px 19px 23px;
}

.border-px {
  border-right: 1px solid var(--bs-muted-100) !important;
  ;
}

.border-top-corner {
  border-radius: 6px 6px 0px 0px;
}

.border-5FF {
  border-top: 1px solid var(--bs-white-200) !important;
  border-left: 1px solid var(--bs-white-200) !important;
  border-right: 1px solid var(--bs-white-200) !important;
}

.wh-30 {
  width: 30px;
  height: 30px;
  background: var(--bs-white-200) !important;
  border-radius: 4px;
}

.wh-blue-30 {
  width: 30px;
  height: 30px;
  background: var(--bs-primary) !important;
  border-radius: 4px;
}

.wh-30 svg {
  color: var(--bs-primary) !important;
}

.wh-blue-30 svg {
  color: var(--bs-white) !important;
}

.max-50.w-45 {
  width: 50%;
}

.optimized.w-45 {
  width: 38%;
}

.text-beak-all {
  word-break: break-all;
}

.mer-w-50p {
  width: 158px;
  height: 36px;
}

.w-200-mer {
  width: 200px;
}

.w-176-mer {
  width: 176px;
}

.w-border-px {
  margin: 0 14px;
  text-align: center;
}

.w-20 {
  width: 21%;
}

.w-227 {
  width: 320px;
}

.canvas-width {
  height: 300px;
}

.gap-20 {
  gap: 20px !important;
}

.gap-26 {
  gap: 26px !important;
}

.optimized-2.w-45 {
  width: 38%;
}

.merchant-action.div-5FF svg {
  color: var(--bs-gray-100) !important;
}

.add-new-merchant {
  width: 170px;
  height: 44px;
  border-radius: 6px;
}

/* new Merchant */
.merchant-parent-form {
  padding: 32px 126px;
}

.logo-update-box {
  width: 100px;
  height: 100px;
  border-radius: 6px;
}

.logo-update-box img {
  width: 100%;
  height: 100%;
}

.carousel-inner-dimension {
  height: 404px;
}

.carosel-text-dimension {
  width: 287px;
  height: 88px;
}

/* custom carosel design */
.carousel-indicators button {
  height: 7px !important;
  width: 7px !important;
  margin: 0 3px !important;
  border-radius: 100%;
  background-color: rgba(99, 91, 254, 0.35) !important;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-primary) !important;
  background-clip: padding-box;
  border: 0;
  border-top: unset !important;
  border-bottom: unset !important;
  transition: opacity .6s ease;
}

.carousel-indicators {
  margin: 0 0 32px 0;
}

.carousel-indicators .active {
  margin-top: 0px !important;
  width: 16px !important;
  height: 7px !important;
  background: var(--bs-primary) !important;
  border-radius: 34px;
}

.carousel-inner-dimension {
  padding: 32px 34px !important;
}

.payment-parent-section-card {
  height: 54px;
  padding: 0 52px 0 20px;
}

.payment-parent-section-title {
  padding: 0 52px 0 20px;
}

.paginate-px {
  padding: 0 52px 0 20px;
}

.gap-between-row-4 {
  padding: 2px !important;
}

.td-height {
  padding: 19px;
}

.table {
  border-collapse: separate;
  border-spacing: 0 4px;
}

.table>:not(caption)>*>* {
  padding: 1.3rem 1.2rem;
}

.merchant-details.pxy-62 {
  padding: 62px calc(20% - 5px);
  border-radius: 8px;
}

.merchant-details-header {
  padding: 22px 24px;
  border-radius: 6px;
}

.id-details-img {
  width: 60px;
  height: 60px;
}

.id-details-img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.edit-merchant-btn {
  width: 140px;
  height: 40px;
  border-radius: 6px;
}

.merchant-details-parent a {
  text-decoration: none;
  cursor: pointer;
}

.merchant-details-parent a:hover {
  color: #FFFF;
}

.status-w {
  width: 75px;
  height: 23px;
  border-radius: 4px;
}

.link-a a:hover {
  color: var(--bs-gray-100) !important;
}

.message-section {
  padding: 19px;
  border: 1px solid var(--bs-muted-100) !important;
  ;
  border-radius: 6px;
}

.merchant-qr-div {
  width: 158px;
  height: 158px;
}

.merchant-qr-div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.form-copy {
  padding: 14px;
}

.copy-parent-div-left {
  color: var(--bs-primary) !important;
  border-radius: 6px;
  text-align: center;
  position: relative;
  top: 0px;
  opacity: 0;
  transition: .2s;
  left: -5px;
}

.generate-form {
  height: 48px;
  border-radius: 6px;
}

.generate-form:hover {
  background-color: var(--bs-info) !important;
  color: white;
}

.h-textarea {
  height: 401px;
}

.merchant-page .modal-dialog {
  max-width: 664px !important;
}

.print-btn-merchant svg {
  color: var(--bs-white) !important;
}

.modal-body-30pxy {
  padding: 0px 30px 30px 30px;
}

.m-header-top .modal-close-btn {
  right: 4px;
  top: 4px;
  border-radius: 4px;
  transition: 0.3s;
}

.formfield * {
  vertical-align: middle;
}

.formfield .input-form-control {
  font-size: 14px !important;
  padding: 14px !important;
}

.gutter-20x {
  --bs-gutter-x: 20px;
}

.merchant-qr-section .print-btn {
  width: 152px;
  height: 44px;
}

.merchant-qr-section .repeat-btn {
  width: 152px;
  height: 44px;
}

.express-merchant-qr-section .print-btn {
  width: 152px;
  height: 44px;
}

.express-merchant-qr-section .repeat-btn {
  width: 152px;
  height: 44px;
}

.express-merchant-qr-div {
  width: 194px;
  height: 194px;
}

.express-merchant-qr-div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.express-merchant-qr-section .copy-parent-div {
  top: 20px !important;
}

.exp-merchant.mt-24 {
  margin-top: 11px;
}

.express-merchant-qr-section .f-14 {
  font-size: 14px;
  line-height: 17px !important;
}

.click-to-copy-text .svg {
  color: var(--bs-gray-100) !important;
}

.mer-w-30 {
  width: 30%;
}

.mer-w-70 {
  width: 70%;
}

.p-top-2p {
  padding-top: 2px;
  padding-bottom: 2px;
}

.merchant-parent-form .input-form-control {
  padding: 10px 20px !important;
}

.chartBox {
  border-radius: 20px;
}

.title {
  position: absolute;
  top: 40px;
  left: 22px;
}

.title-date {
  position: absolute;
  top: 45px;
  right: 22px;
}

#myChart {
  position: relative;
  top: -14px;
}

.accordion.accordion-flush ol,
ul {
  padding-left: 0px;
}

.btn-close {
  background: unset !important;
  border: unset !important;
}

.modal-transac .close-btn {
  border: unset !important;
}

.btn-close:focus {
  outline: 0;
  box-shadow: unset !important;
  opacity: 0;
}

/* Investment */
.white-btn {
  border: 1px solid var(--bs-info-100) !important;
  background: var(--bs-white) !important;
  color: var(--bs-gray-100) !important;
  transition: all .3s;
}

.white-btn:hover {
  border: 1px solid var(--bs-dark) !important;
  color: var(--bs-dark) !important
}

.invest-plan {
  padding: 20px;
}

.profit-duration {
  padding: 23px 16px 23px 16px;
  border-radius: 4px;
}

.min-max-amount {
  padding: 20px 0;
}

.investment-btn {
  border-radius: 6px;
}

.inv-btn {
  padding: 10px 0;
}

.bdr-8 {
  border-radius: 8px;
}

.inv-btn-sm {
  width: 120px;
}

.w-half-profit-details {
  width: 156px;
  padding: 16px 12px;
  border-radius: 4px;
}

.min-max-amount-invest {
  padding-top: 17px;
  padding-bottom: 16px;
}

.px-326 {
  padding: 0 310px;
}

.col-top {
  margin-top: 40px;
}

/* RTL CSS */
.moon-rtl{
  display: none;
}
.sun-rtl{
  display: none;
}
html[dir="rtl"] .sun-ltr {
  display: none;
}
html[dir="rtl"] .moon-rtl{
  display: block;
}
html[dir="rtl"] .moon-ltr {
  display: none;
}
html[dir="rtl"] .sun-rtl{
  display: block;
}
html[dir="rtl"] .active-cont {
  margin-left: unset;
  margin-right: 316px;
}

html[dir="rtl"] .search-fill input {
  margin-left: unset;
  margin-right: 24px;
  padding-left: unset;
  padding-right: 8px;
}

html[dir="rtl"] .rtl-wrap-one {
  margin-right: 0.5rem;
  margin-left: unset;
}

html[dir="rtl"] .mr-29 {
  margin-right: unset;
  margin-left: 29px;
}

html[dir="rtl"] .ml-12 {
  margin-right: 12px;
  margin-left: unset;
}

html[dir="rtl"] .ml-13 {
  margin-right: 13px;
  margin-left: unset;
}

html[dir="rtl"] .nscaleX-1 {
  transform: scaleX(-1);
}

html[dir="rtl"] .accordion-icon::after {
  margin-left: 21px;
  margin-right: auto;
}

html[dir="rtl"] .ml-40 {
  margin-left: unset;
  margin-right: 40px;
}

html[dir="rtl"] .ml-20 {
  margin-left: unset;
  margin-right: 20px;
}

html[dir="rtl"] .ml-34 {
  margin-left: unset;
  margin-right: 34px;
}

html[dir="rtl"] .pl-14 {
  padding-right: 14px;
}

html[dir="rtl"] .mr-10 {
  margin-right: unset;
  margin-left: 10px;
}

html[dir="rtl"] .ml-6 {
  margin-left: unset;
  margin-right: 6px;
}

html[dir="rtl"] .ml-28 {
  margin-left: unset;
  margin-right: 28px !important;
}

html[dir="rtl"] .rlt-txt {
  text-align: left !important;
}

html[dir="rtl"] .mr-34 {
  margin-right: unset;
  margin-left: 34px;
}

html[dir="rtl"] .collapse-child {
  border-right: 2px solid #615A7C;
  border-left: unset;
}

html[dir="rtl"] .my-container {
  transition: 0s;
}

html[dir="rtl"] .close-btn {
  right: unset !important;
  left: -7px;
}

html[dir="rtl"] .notification-drop .item ul {
  left: 16px;
  right: unset !important;
}

html[dir="rtl"] .notification-drop .item ul li {
  padding-right: 16px;
}

html[dir="rtl"] .open-notify .ms-3.text-white {
  margin-right: 16px;
}

html[dir="rtl"] .open-drop li a {
  margin-right: 16px;
}

html[dir="rtl"] .apply-filter {
  margin-left: unset;
  margin-right: 28px;
}

html[dir="rtl"] .param-ref .select2-selection__arrow {
  right: unset !important;
}

html[dir="rtl"] .rtl-wrap-two {
  margin-right: unset !important;
  margin-left: 0.25rem !important;
}

html[dir="rtl"] .pagi-nav .page-item:first-child .page-link {
  padding-right: 0;
}

html[dir="rtl"] .page-item:not(:first-child) .page-link {
  margin-right: 9px;
}

html[dir="rtl"] .rtl-wrap-three {
  margin-left: unset !important;
  margin-right: 0.25rem !important;
}

html[dir="rtl"] .btn svg {
  transition: left 0.2s !important;
  left: 0px !important;
  right: unset !important;
}

html[dir="rtl"] .btn:hover svg {
  right: unset !important;
  left: -5px !important;
}

html[dir="rtl"] .back-btn svg {
  transition: left 0.2s !important;
  left: 0px !important;
  right: unset !important;
}

html[dir="rtl"] .back-btn:hover svg {
  left: 5px !important;
  right: unset !important;
}

html[dir="rtl"] .right-box-icon {
  left: unset;
  right: -13px;
}

html[dir="rtl"] .send-left-box {
  padding: 21px 24px 21px 0;
}

html[dir="rtl"] .copy-btn {
  right: unset;
  left: 8px;
}

html[dir="rtl"] .copy-btn::after {
  right: unset;
  left: -106px;
}

html[dir="rtl"] .ml-24 {
  margin-left: unset;
  margin-right: 24px;
}

html[dir="rtl"] .rtl-wrap-four {
  left: 12px !important;
  right: unset;
}

html[dir="rtl"] .column-pl-unset2 {
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

html[dir="rtl"] .delete-custom-modal .modals-bottom {
  padding-left: 20px;
  padding-right: unset;
}

html[dir="rtl"] .ml-5p {
  margin-left: unset;
  margin-right: 5px;
}

html[dir="rtl"] .border-px {
  border-right: unset !important;
  border-left: 1px solid var(--bs-muted-100);
}

html[dir="rtl"] .pr-27 {
  padding-left: 27px;
  padding-right: unset;
}

html[dir="rtl"] .pl-27 {
  padding-right: 27px;
}

html[dir="rtl"] .rtl-27.pl-27 {
  padding-left: 0px !important;
}

html[dir="rtl"] .rtl-pl-14.pl-14 {
  padding-left: 0px !important;
}

html[dir="rtl"] .rtl-mr-33.mr-33 {
  margin-left: 33px !important;
}

html[dir="rtl"] .pl-20 {
  padding-left: unset;
  padding-right: 20px;
}

html[dir="rtl"] .pr-20 {
  padding-left: 20px;
}

html[dir="rtl"] .filter-panel .me-2 {
  margin-right: unset !important;
  margin-left: .5rem !important;
}

html[dir="rtl"] .offset-md-2 {
  margin-right: 16.66666667%;
}

html[dir="rtl"] .mr-68 {
  margin-right: unset;
  margin-left: 68px;
}

html[dir="rtl"] .print-code {
  padding-right: 27px;
}

html[dir="rtl"] .ml-36 {
  margin-right: 36px;
}

html[dir="rtl"] .camera a {
  padding-right: 25px;
  padding-left: unset;
}

html[dir="rtl"] .ml-14 {
  margin-right: 14px;
  margin-left: unset;
}

html[dir="rtl"] .ml-76 {
  margin-right: 76px;
  margin-left: unset;
}

html[dir="rtl"] .rtl-wrap-five {
  margin-right: 25px;
}

html[dir="rtl"] .card-icon {
  left: 16px;
  right: unset;
}

/* Animation tab rtl */
html[dir="rtl"] .settings-wrapper.wrapper nav {
  padding: 0 26px 0 1px;
  margin: 0 auto;
}

html[dir="rtl"] .settings-wrapper.wrapper nav label.cryp_buy {
  margin-right: unset !important;
  margin-left: 27px;
}

html[dir="rtl"] #cryp_buy:checked~nav .settings-slider.slider {
  left: unset !important;
  right: 50%;
}

html[dir="rtl"] .wrapper nav {
  padding: 0 15px 0 15px;
}

html[dir="rtl"] nav label i {
  padding-right: unset !important;
  padding-left: 7px;
}

html[dir="rtl"] nav .slider {
  left: unset !important;
  right: 7px;
}

html[dir="rtl"] #cryp_buy:checked~nav .slider {
  left: unset !important;
  right: 33%;
}

html[dir="rtl"] .wrapper nav label.cryp_buy {
  margin-right: unset !important;
  margin-left: 0px;
}

/* Gap CSS */
.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-14 {
  gap: 14px;
}

.gap-18 {
  gap: 18px;
}

.gap-32 {
  gap: 32px;
}

.w-181 {
  width: 181px;
}

/* Notification */
.open-drop li a {
  color: var(--bs-dark) !important;
}

.open-drop li a:hover {
  color: var(--bs-primary) !important;
  transition: 0.2s;
}

/* Investment plan details */
.investment-complete-amount {
  padding: 30px 0 23px 0;
}

.investment-list-table {
  border-collapse: separate;
  border-spacing: 0 0px !important;
}

.status-badge {
  width: 52px;
  height: 22px;
  border-radius: 4px;
}

.inv-status-badge {
  border-radius: 4px;
  padding: 4px 8px;
}

.inv-plan {
  padding: 8px 8px 8px 0px;
}

.plan_profit {
  padding: 20px 19px 20px 20px;
  row-gap: 20px;
  --bs-gutter-x: 20px;
}

.invest_profit {
  padding: 14px 20px;
  border: 1px solid var(--bs-info-100) !important;
  border-radius: 4px;
}

.invest_profit .l-sp {
  letter-spacing: 0.04em;
}

.invest_capital {
  padding: 26px 20px;
  border: 1px solid var(--bs-info-100) !important;
  border-radius: 4px;
}

.inv-terms {
  padding: 20px;
  height: 302px;
  border-radius: 8px;
}

.inv-terms-header {
  padding-bottom: 12px;
}

.inv-details.wrapper {
  width: 100%;
  margin: 20px auto;
  border-radius: 5px;
  background: var(--bs-white-50) !important;
}

.inv-profits-section-parent {
  border: 1px solid var(--bs-white-200) !important;
  border-radius: 6px 6px 0px 0px;
}

.inv-profits-section {
  padding: 17px 24px;
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 0px !important;
}

.exchange-create form {
  display: flex;
  padding: 0 20px;
}

.component-table-one th>p {
  padding-left: 19px !important;
}

.component-copy .copy-btn {
  top: unset !important;
  right: unset !important;
}

.default-modal.modal-close-btn:hover {
  background-color: unset !important;
  color: unset !important;
}

.card-section button:hover {
  color: white !important;
}

.modal-list-one button:hover {
  color: white !important;
}

.modal-list-two button:hover {
  color: white !important;
}

.default-modal button:hover {
  color: white !important;
}

.deposit-button-link a:hover {
  transition: .3s ease-in;
  border: 1px solid var(--bs-dark) !important;
}

.deposit-button-link button:hover {
  transition: .3s ease-in;
  border: 1px solid var(--bs-dark) !important;
}

.deposit-button-link .text-dark:hover {
  transition: .3s ease-in;
  color: var(--bs-dark) !important;
}

.accordion-item.details-info-left-box {
  border: unset;
  border-radius: 8px;
}

.input-size.upload-filed {
  width: 91% !important;
  padding: 8px 19px !important;
}

.starter {
  background: var(--bs-white-100) !important;
  border-radius: 4px;
  padding: 4px 10px;
  width: 56px;
  height: 22px;
  position: absolute;
  top: -8px;
  right: 4px;
}

html[dir="rtl"] .starter {
  right: unset;
  left: 4px;
}

.f-14.input-form-control {
  font-size: 14px !important;
}

.dis-user-img svg {
  color: var(--bs-primary) !important;
  fill: var(--bs-white-200) !important;
}

.profit-two.profit-duration {
  padding: 16px 16px 16px 16px;
  border-radius: 4px;
}

.invested-Profit-plan {
  border-radius: 8px;
}

.table-p {
  padding: 0px 0px !important;
  border-spacing: 0 !important;
}

.content-1 .table>:not(caption)>*>* {
  padding: 1rem 1.5rem;
}

.content-2 .table>:not(caption)>*>* {
  padding: 1rem 1.5rem;
}

.content-1 .overflow-auto {
  overflow: unset !important;
}

.content-2 .table-td-p {
  padding: 17px 24px !important;
}

.content-2 .overflow-auto {
  overflow: unset !important;
}

.chart-box-dimension {
  max-width: 100%;
  height: 300px !important;
  border-radius: 8px;
}

.table-p tr:last-child {
  border-bottom: 1px solid transparent !important;
}

.inv-table>table:last-child {
  border-bottom: 1px solid transparent !important;
}

.content.content-1 {
  border-radius: 6px;
}

.content.content-2 {
  border-radius: 6px;
}

/* tablle custom border and radius */
tbody tr td:first-child {
  border-left: 1px solid var(--bs-white-200) !important;
}

tbody tr td:last-child {
  border-right: 1px solid var(--bs-white-200) !important;
}

tbody tr:first-child td {
  border-top: 1px solid var(--bs-white-200) !important;
}

table.table-bordered>tbody>tr>td {
  border-bottom: 1px solid var(--bs-white-200) !important;
}

.merchant-payments.table.table-bordered>tbody>tr>td {
  border-top: 1px solid var(--bs-white-200) !important;
  border-bottom: 1px solid var(--bs-white-200) !important;
}

tbody tr:last-child td {
  border-bottom: 1px solid var(--bs-white-200) !important;
}

.table-curved td:last-child {
  border-radius: 0 5px 5px 0 !important;
}

.table-curved td:first-child {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

tr:first-child td:first-child {
  border-top-left-radius: 6px;
}

tr:first-child td:last-child {
  border-top-right-radius: 6px;
}

tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

/* tablle custom border and radius */
.arrow-hover {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  transition: .3s ease-in-out;
}
.arrow-hover a{
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: 13px;
  justify-content: center;
  align-items:center;
}

.arrow-hover:hover {
  background-color: var(--bs-white-200) !important;
}

.inv-table table tr td a:hover {
  color: var(--bs-dark) !important;
}

.inv-table table tr td .text-primary:hover {
  color: var(--bs-primary) !important;
}

.custom-input-height .input-form-control {
  padding: 10px 20px !important;
}

.custom-input-height .copy-input-form-control {
  padding: 14px 20px !important;
}

.menu-svg svg {
  stroke: var(--bs-dark) !important;
}

.arrow-move a svg {
  transition: 200ms ease-in-out !important;
}

html[dir="rtl"] .arrow-move a svg {
  transition: unset !important;
}

.arrow-move:hover a svg {
  margin-right: -5px;
}

.text-hover p {
  transition: 200ms ease-in-out !important;
}

.new-merchant-ticket:hover p:nth-child(2) {
  color: var(--bs-primary) !important;
}

.transaction-arrow svg {
  color: var(--bs-gray) !important;
}

.edit-hover-effect svg {
  color: var(--bs-gray-100) !important;
}

.edit-hover-effect:hover svg {
  color: var(--bs-primary) !important;
}

.delete-hover-effect svg {
  color: var(--bs-gray-100) !important;
}

.delete-hover-effect:hover svg {
  color: var(--bs-danger) !important;
}

.tooltips {
  position: absolute;
  top: -18px;
  right: 40px;
  width: 63px;
  font-size: 12px;
  background-color: var(--bs-primary) !important;
  border-radius: 4px;
  padding: 3px 21px;
  border-radius: 6px;
  z-index: 1;
  transition: .3s ease-in-out;
  opacity: 0;
}

.tooltip-right::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 44%;
  margin-top: 2px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--bs-primary) transparent transparent transparent;
}

.edit-hover-effect:hover .tooltips {
  opacity: 1;
}

.tooltips-delete {
  position: absolute;
  top: -18px;
  right: -12px;
  width: 63px;
  font-size: 12px;
  background-color: var(--bs-primary) !important;
  border-radius: 4px;
  padding: 3px 14px;
  border-radius: 6px;
  z-index: 1;
  transition: .3s ease-in-out;
  opacity: 0;
}

.tooltip-delete-right::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 37%;
  margin-top: 2px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--bs-primary) transparent transparent transparent;
}

.delete-hover-effect:hover .tooltips-delete {
  opacity: 1;
}

.tooltips-qr {
  position: absolute;
  top: -26px;
  width: 60px;
  border-radius: 4px;
  background-color: var(--bs-primary) !important;
  color: white;
  padding: 5px 10px 7px 10px;
  opacity: 0;
  transition: .3s ease-in-out;
}

.hover-qr-code:hover .tooltips-qr {
  opacity: 1;
}

.tooltips-view {
  position: absolute;
  top: -26px;
  width: 60px;
  border-radius: 4px;
  background-color: var(--bs-primary) !important;
  color: white;
  padding: 5px 10px 7px 10px;
  opacity: 0;
  text-align: center;
  transition: .3s ease-in-out;
}

.hover-qr-view:hover .tooltips-view {
  opacity: 1;
}

.tooltips-settings {
  position: absolute;
  top: -26px;
  width: 60px;
  border-radius: 4px;
  background-color: var(--bs-primary) !important;
  color: white;
  padding: 5px 10px 7px 10px;
  opacity: 0;
  text-align: center;
  transition: .3s ease-in-out;
}

.hover-setting:hover .tooltips-settings {
  opacity: 1;
}

.tooltips-edit {
  position: absolute;
  top: -26px;
  width: 60px;
  border-radius: 4px;
  background-color: var(--bs-primary) !important;
  color: white;
  padding: 5px 10px 7px 10px;
  opacity: 0;
  text-align: center;
  transition: .3s ease-in-out;
}

.hover-edit:hover .tooltips-edit {
  opacity: 1 !important;
}

.copy-btn svg {
  color: var(--bs-gray-100) !important;
}

.merchant-action.div-5FF .copy-btn:hover svg {
  color: #FFFF !important;
}

.merchant-action.div-5FF svg:hover {
  color: var(--bs-primary) !important;
}

.rect-default-img {
  fill: var(--bs-white-50) !important;
  border: 1px solid var(--bs-muted-100) !important;
  ;
}

.logo-update-box svg {
  color: var(--bs-gray) !important;
}

.express-merchant-qr-div {
  width: 220px;
  height: 220px;
}

.express-merchant-qr-div img {
  width: 100%;
  height: 100%;
}

.client-id.input-form-control {
  padding: 14px 15px !important;
}

.client-secret.input-form-control {
  padding: 14px 15px !important;
}

.bg-unset {
  background-color: transparent !important;
}

.animate {
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-timing-function: ease-in-out !important;
}

@keyframes slideIn {
  0% {
    transform: translateY(0rem);
    opacity: 0;
  }

  100% {
    transform: translateY(1rem);
    opacity: 1;
  }

  0% {
    transform: translateY(0rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.tooltips-qr.w-75p {
  width: 75px !important;
}

.profit-duration.bg-white-100 {
  border: 1px solid var(--bs-muted-100) !important;
  ;
}

.list-option svg {
  color: var(--bs-info-100) !important;
}

.bg-info svg {
  color: var(--bs-warning) !important;
}

.plan-details .mb-18 {
  margin-bottom: 16px;
}

.col-gap-20 {
  --bs-gutter-x: 20px !important;
}

.px-2p {
  padding: 1px 0;
}

.height-padding {
  height: 100%;
  padding-top: 2px;
}

.transac-parent .mt-6 {
  margin-top: 8px !important;
}

.ml-20.r-ml-8 {
  padding-top: 2px;
}

.icon-pt {
  padding-top: 21px;
}

.red-border {
  border: 1px solid var(--bs-danger) !important;
}

.error {
  font-family: "gilroy-regular";
  font-size: 14px;
  line-height: 15px;
  color: var(--bs-danger) !important;
  margin-top: 8px;
}

.alert-animate {
  background-color: var(--bs-white) !important;
  box-shadow: 0px 16px 28px -11px rgba(63, 64, 91, 0.17);
  border-radius: 8px;
  position: fixed;
  right: 20px;
  height: fit-content;
  bottom: 0vh;
  z-index: 99999;
}

html[dir="rtl"] .alert-animate {
  right: unset;
  left: 20px;
}

.alert-animate.alert-dismissible .btn-close {
  position: absolute;
  background: unset !important;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1px 7px 0 0;
}

.alert-icon {
  width: 36px;
  height: 36px;
}

.alert-body {
  padding: 2px 7px;
}

.alert-px {
  padding: 0 20px;
}

.alert-text {
  max-width: 480px;
  word-break: break-all;
}

.custom-spinner-border {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: -.125em;
  border: .25em dotted currentColor !important;
  border-radius: 50%;
  -webkit-animation: 1.9s linear infinite spinner-border !important;
  animation: 1.9s linear infinite spinner-border !important;
}

.direction-icon {
  width: 100%;
  position: absolute;
  top: 40%;
}

.extra-col-width {
  width: 45.666667% !important;
}

.form-check-input:checked {
  background-color: var(--bs-primary);
}

.navbar .btn.menu-svg:hover {
  background-color: transparent !important;
}

.p-form {
  padding-right: 0px !important;
}

.p-to {
  padding-left: 0px !important;
}

.btn-group .btn {
  border-radius: 0px !important;
}

.tooltip-md .tooltip-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.tooltip-lg .tooltip-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.tooltip[data-color=primary-top] .tooltip-inner {
  background-color: var(--bs-primary);
}

.tooltip[data-color=primary-top] .tooltip-arrow::before {
  border-top-color: var(--bs-primary);
}

.tooltip[data-color=primary-bottom] .tooltip-inner {
  background-color: var(--bs-primary);
}

.tooltip[data-color=primary-bottom] .tooltip-arrow::before {
  border-bottom-color: var(--bs-primary);
}

.tooltip[data-color=primary-left] .tooltip-inner {
  background-color: var(--bs-primary);
}

.tooltip[data-color=primary-left] .tooltip-arrow::before {
  border-left-color: var(--bs-primary);
}

.tooltip[data-color=primary-right] .tooltip-inner {
  background-color: var(--bs-primary);
}

.tooltip[data-color=primary-right] .tooltip-arrow::before {
  border-right-color: var(--bs-primary);
}

.status-box {
  padding: 41px 0;
  background-color: var(--bs-white);
}

.text-notfound {
  max-width: 328px;
}

.btn.status-btn {
  padding: 9px 38px !important;
  display: inline-block;
  text-align: center;
  font-size: 13px !important;
  line-height: 20px !important;
  border: none;
}

.btn.disputes-btn {
  padding: 9px 15px !important;
  display: inline-block;
  text-align: center;
  font-size: 13px !important;
  line-height: 20px !important;
  border: none;
}

.transaction-box p {
  font-size: 16px;
  line-height: 19px !important;
}

.user-dp img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-list img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 50%;
}

.form-switch .form-check-input {
  transition: none;
}

select {
  visibility: hidden;
}

.custom-daterangepicker {
  background-color: #F3F2FF;
  color: var(--bs-dark);
  padding: 10px;
  border: 1px solid var(--bs-muted-100) !important;
  border-radius: 6px !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.daterangepicker .ranges li.active {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
}

.drp-buttons .btn-default {
  background-color: var(--bs-info) !important;
  color: var(--bs-white) !important;
  font-weight: normal !important;
}

.drp-buttons .btn-primary {
  font-weight: normal !important;
}

.drp-buttons .btn-default:hover {
  background-color: var(--bs-warning) !important;
  color: var(--bs-dark) !important;
}

.error-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-primary);
}

.site-description {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.site-description h1 {
  font-family: "Gilroy-Semibold";
  font-style: normal;
  font-size: 48px;
  line-height: 1.5em;
  text-align: center;
  color: #FFFFFF;
}

.site-description p {
  font-family: 'gilroy-regular';
  font-style: normal;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  color: #FFFFFF;
  max-width: 580px;
}

.btn-home {
  background-color: var(--bs-warning);
  color: var(--bs-dark);
}

.container-fluid.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.error-img img {
  max-width: 450px;
}

.pay-logo {
  width: 174px;
  height: 44px;
  object-fit: contain;
}

.alert-dismissible .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}

.avoid-blink {
  height: 60px !important;
  background-color: transparent !important;
}

.tablink-edit {
  padding: 8px 16px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Gilroy-Medium';
}

.tabactive {
  background-color: var(--bs-primary);
  color: var(--bs-white) !important;
}

.nav-tab-child .text-gray-100:hover {
  color: var(--bs-primary) !important;
}

.nav-tab-child .tabactive.text-gray-100:hover {
  color: var(--bs-white) !important;
}

.list-unstyled {
  padding-bottom: 20px;
}

.transac-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
}

.ph-20 {
  height: 20px;
  display: flex;
  align-items: center;
}

.arrow-hovers {
  display: inline-block;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  text-align: center;
  transition: .3s ease-in-out;
}

.arrow-hovers:hover {
  background-color: var(--bs-white-200) !important;
}

html[dir="rtl"] .edit-delete-section {
  gap: 10px;
}

.btn .badge {
  position: relative;
  top: -1px;
  margin: 3px;
}

html[dir="rtl"] .badge-list-three button {
  margin: 10px;
}

html[dir="rtl"] .alerts.alert-dismissible .btn-close {
  right: unset;
  left: 0;
}

.user-mail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.st-height {
  height: 86px;
}

.swithcer input[type="checkbox"] {
  position: relative;
  width: 50px;
  height: 26px;
  -webkit-appearance: none;
  appearance: none;
  background: var(--bs-primary);
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
}

.swithcer input[type="checkbox"]::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 5px;
}

.swithcer input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
}

.swithcer input[type="checkbox"]:checked {
  background: var(--bs-warning);
}

.m-header-top button:hover {
  background-color: var(--bs-white) !important;
}
/* crypto exchange css start */
.crypto-exchange-tab .tablink-edit{
  padding: 8px 44px !important;
}
/* intel tel input start*/
.iti .form-control{
    padding: .8rem .75rem;
    border: 1px solid #E0DFEF  !important;
    background-color: #F5F6FA;
}
.iti .form-control:focus {
    border-color:#635BFE  !important;
    outline: 0;
  box-shadow: unset !important;
}
input[type="tel"]:hover {
  border: 1px solid var(--bs-primary) !important;
}
/* intel tel input end*/

.link-text{
  color: var(--bs-primary);
}
.collapse-child .h-46{
  height: 0;
  padding: 20px 14px !important;
}
/* media Query */

@media only screen and (max-width: 1880px) {
  /* .flex-unset-coinp.d-flex{
    display: unset !important;
  } */

  .check-all .f-18 {
    font-size: 17px;
  }

  .gap-20 {
    gap: 16px !important;
  }

  .dash-wallet-box {
    width: 32%;
  }

  .see-details-parent.align-items-end {
    align-items: flex-start !important;
    margin-left: 6.5rem;
    margin-top: 16px;
  }

  .see-deatils-btn {
    width: 100px;
    height: 38px;
  }

  .profile-qr-img {
    height: 140px;
    width: 117px;
  }

  .print-code {
    width: 126px;
    height: 38px;
  }

  .update-code {
    width: 126px;
    height: 38px;
  }

  .right-success-div {
    right: -129px;
  }

  .loti .success-anim {
    width: 202px;
    height: 235px;
    top: -121px;
    right: 72px;
    z-index: 2;
  }

  .dash-wallet-box .f-16 {
    font-size: 13px;
  }

  .dash-wallet-box .f-24 {
    font-size: 20px;
  }

  .dash-wallet-box .ml-5p {
    margin-left: 0px;
  }

  .btn-lg.ticket-btn {
    width: 218px;
    height: 40px;
    border-radius: 6px;
    padding: 0 14px;
  }

  .new-merchant-ticket {
    padding: 10px;
    width: 221px;
    height: 107px;
  }

  .dash-ml-15 {
    margin-left: 15px;
  }

  .carosel-text-dimension {
    width: unset;
    height: 88px;
  }

  .w-330 {
    width: 100%;
  }

  .tran-title.px-326 {
    padding: 0 40px;
  }

  .loti {
    position: absolute;
    right: 11.7%;
    bottom: 114px;
    transition: 1s ease-out;
  }
  /* crypto exchange css start */
  .crypto-exchange-tab .tablink-edit{
    padding: 8px 32px !important;
  }
}

@media only screen and (max-width: 1680px) {
  .px-326 {
    padding: 0 22px;
  }

  .gap-20 {
    gap: 16px !important;
  }

  .check-all .f-18 {
    font-size: 17px;
  }

  .main-containt {
    padding: 24px 125px;
  }

  .pxy-62 {
    padding: 40px 226px;
  }

  .div-gutter-24x {
    margin-right: 4px;
  }

  .w-262 {
    width: 162px;
  }

  .btn-lg.ticket-btn {
    width: 218px;
    height: 40px;
    border-radius: 6px;
    padding: 0 14px;
  }

  .new-merchant-ticket {
    padding: 10px;
    width: 221px;
    height: 107px;
  }

  .dash-ml-15 {
    margin-left: 15px;
  }

}

@media only screen and (max-width: 1480px) {
  .flex-unset-coinp .f-16{
    font-size: 13px !important;
  }
  .flex-unset-coinp .f-15{
    font-size: 13px !important;
  }
  .send-left-box {
    padding: 6px 0 11px 15px;
  }
  .proof-btn-div .btn {
    margin-top: 0px !important;
  }

  .swithcer input[type="checkbox"] {
    position: relative;
    width: 36px;
    height: 19px;
  }

  .swithcer input[type="checkbox"]::before {
    width: 15px;
    height: 15px;
    top: 2px;
    left: 3px;
  }

  .d-grid.label-top.mt-20 {
    margin-top: 0px !important;
  }

  .st-height {
    height: 80px;
  }

  .w-135.h-45 {
    height: 42px;
  }

  .left-merchant .f-16 {
    font-size: 14px;
  }

  .plan-details .f-16 {
    font-size: 13px;
  }

  .eye-icon-hide {
    position: absolute;
    top: 42px;
    right: 13px;
  }

  .responsive-size .f-20 {
    font-size: 16px;
  }

  .p-5.responsive-size {
    padding: 18px !important;
  }

  .tablink-edit {
    padding: 5px 14px;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Gilroy-Regular';
  }

  .avoid-blink {
    height: unset !important;
  }

  .dark .form-switch .form-check-input {
    width: 36px !important;
    height: 19px !important;
  }

  .dark .form-switch .form-check-input::after {
    width: 15px !important;
    height: 15px !important;
    top: 2px;
    right: 3px;
  }

  .site-description h1 {
    font-family: "Gilroy-Semibold";
    font-style: normal;
    font-size: 32px;
    line-height: 1.5em;
    text-align: center;
    color: #FFFFFF;
  }

  .site-description p {
    max-width: 470px;
  }

  .error-page {
    padding: 25px 0;
  }

  .error-img img {
    max-width: 300px;
  }

  .proof-btn-div .btn {
    height: 28px !important;
  }

  .mer-w-30 {
    width: 37%;
  }

  .eye-icon {
    position: absolute;
    top: 42px;
    right: 13px;
  }

  .param-ref .select2-selection__arrow {
    height: 40px !important;
    right: 15px !important;
  }

  .param-ref-withdraw .mt-24 {
    margin-top: 25px;
  }

  .modal-dialog {
    max-width: 500px !important;
    margin: 1.75rem auto !important;
  }

  .main-containt {
    padding: 24px 24px;
  }

  .modal-title {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .pxy-62 {
    padding: 40px 320px;
  }

  .pxy-62 .f-26 {
    font-size: 20px;
  }

  .pxy-62 .f-13 {
    font-size: 12px;
    margin-top: 18px !important;
  }

  .pxy-62 .f-18 {
    font-size: 16px;
  }

  .pxy-62 .mt-18 {
    margin-top: 12px;
    width: 75%;
  }

  .inv-complete.f-14 {
    font-size: 14px !important;
    margin-top: 16px !important;
  }

  .pxy-62 .f-14 {
    font-size: 12px;
    margin-top: 16px !important;
  }

  .pxy-62.exchange .f-14 {
    margin-top: 0px !important;
  }

  .px-res {
    padding: 0px 20px 0px 20px !important;
  }

  .param-ref.sm-send.mt-20 {
    margin-top: 5px !important;
  }

  .param-ref.sm-get.mt-20 {
    margin-top: 5px !important;
  }

  .param-ref {
    margin-top: 17px !important;
  }

  .param-ref.mt-20 {
    margin-top: 13px !important;
  }

  .filter-ref {
    margin-top: 7px !important;
  }

  .param-ref.tab.mt-20 {
    margin-top: 14px !important;
  }

  .money-ref {
    margin-top: -6px !important;
  }

  .money-ref-2 {
    margin-top: -4px !important;
  }

  textarea .h-100p {
    height: 80px !important;
  }

  .param-ref label {
    font-size: 15px;
    margin-bottom: 7px !important;
  }

  .money-ref .leading-20 {
    line-height: 18px !important;
  }

  .param-ref .f-12 {
    font-size: 11px;
  }

  .param-ref .select2-container .select2-selection--single {
    height: 40px !important;
  }

  .param-ref-withdraw .select2-container .select2-selection--single {
    height: 44px !important;
  }

  .param-ref .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 16px !important;
    font-size: 14px !important;
  }

  .select2-container--default .select2-results>.select2-results__options {
    max-height: 121px !important;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .select2-search__field {
    border: 1px solid #d1cae6 !important;
    height: 40px !important;
    border-radius: 4px !important;
  }

  .param-ref .select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 8px !important;
    width: 9px !important;
    margin-left: -1px;
  }

  .input-form-control {
    padding: 8px 8px 9px 16px !important;
    font-size: 14px !important;
  }

  .input-form-control::placeholder {
    font-size: 14px !important;
  }

  .label-top.mt-20 {
    margin-top: 14px !important;
  }

  .label-top {
    margin-top: 9px !important;
  }

  .label-top.mt-28 {
    margin-top: 17px !important;
  }

  .label-top .r-mt-amount {
    margin-top: 8px !important;
  }

  .label-top label {
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }

  .pay-method {
    margin-top: -7px !important;
  }

  .btn {
    height: 40px;
    font-size: 15px;
    margin-top: 16px !important;
  }

  .res-order p {
    margin-bottom: 0 !important;
  }

  .containt-parent {
    min-height: calc(100vh - 98px);
  }


  .select2-results__option {
    padding: 12px 16px !important;
    font-size: 13px !important;
  }

  .transaction-box p {
    font-size: 13px;
  }

  .mt-unset a {
    margin-top: unset !important;
  }

  .btn {
    font-size: 12px;
    margin-top: 20px !important;
  }

  .back-direction {
    margin-top: 10px !important;
  }

  .back-direction a span {
    font-size: 14px;
  }

  .param-ref .sm-font-14 {
    font-size: 14px !important;
  }

  .sm-font-14 {
    margin-top: -7px !important;
  }

  .via-paypal {
    width: 98px;
    height: 26px;
    margin-top: 10px;
  }

  .transaction-box {
    margin-top: 32px !important;
  }

  .bank-info {
    font-size: 14px;
    margin-top: 6px !important;
  }

  .res-mt-24 {
    margin-top: 24px !important;
  }

  .through-bank {
    width: 100% !important;
  }

  .bn-details {
    font-size: 15px !important;
  }

  .r-mt-16 {
    margin-top: 16px !important;
    font-size: 18px;
  }

  .r-mt-8 {
    margin-top: 8px !important;
  }

  .success-amount-box {
    margin-top: 20px !important;
  }

  .success-amount-box:first-child {
    font-size: 12px;
  }

  .r-text-12 {
    font-size: 12px;
    margin-top: 22px !important;
  }

  .r-text-24 {
    font-size: 24px;
    padding-bottom: 18px;
  }

  .r-mt-20 {
    margin-top: 20px !important;
  }

  .print-btn span {
    font-size: 14px !important;
  }

  .print-btn svg {
    width: 14px;
  }

  .print-btn {
    width: 140px;
    height: 40px;
  }

  .repeat-btn {
    font-size: 12px;
    width: 140px;
    height: 40px;
  }

  .card-icon {
    top: 41px !important;
    right: 16px;
  }

  .h-70 {
    height: 58px;
  }

  .search-fill input {
    width: 254px;
    height: 35px;
  }

  .search-fill button {
    width: 33px;
    height: 34px;
  }

  .search-fill button svg {
    width: 15px;
  }

  .theme-check {
    width: 36px !important;
    height: 19px !important;
  }

  .mx-10 {
    margin: 2px 5px 0 5px;
  }

  .color-parent {
    margin-right: 20px;
  }

  .notification-drop {
    margin-right: 20px;
  }

  .user-list {
    height: 27px;
    width: 27px;
  }

  .user-list svg {
    width: 14px;
  }

  .side-navbar {
    width: 263px;
  }

  .active-cont {
    margin-left: 263px;
  }

  html[dir="rtl"] .active-cont {
    margin-left: unset;
    margin-right: 263px;
  }

  .w-268 {
    width: 223px;
  }

  .accordion-flush {
    font-size: 14px !important;
  }

  .child-currency {
    font-size: 14px !important;
  }

  .pay-logo {
    width: 150px;
  }

  .h-46 {
    height: 40px;
  }

  .collapse-child .ml-34 {
    margin-left: 10px;
  }

  .mt-43 {
    margin-top: 33px;
  }

  .r-mt-amount {
    margin-top: 11px !important;
  }
  .ms-3.mr-20{
    margin-right: 12px !important;
  }

  .h-60 {
    height: 40px;
  }

  .setting-btn {
    padding: 11px 0;
  }

  .input-form-control-withdraw {
    height: 44px;
  }

  .mt-withdraw .bank-name-mt {
    margin-top: 8px !important;
  }

  .modal-dialog {
    max-width: 550px !important;
  }

  .modals-bottom {
    padding-top: 4px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .btn-secondary-cancel {
    width: 110px;
    height: 44px;
    background: var(--bs-white) !important;
    border: 1px solid var(--bs-info-100) !important;
    border-radius: 6px;
  }

  .btn-secondary-delete {
    width: 142px;
    height: 44px;
    background: var(--bs-warning) !important;
    border-radius: 6px;
    text-decoration: none !important;
  }

  .btn-secondary-delete:hover {
    color: var(--bs-muted) !important;
  }

  .ml-delete {
    margin-left: 12px;
  }

  .modal-body {
    padding: 20px 24px 16px 24px;
  }

  .see-deatils-btn {
    width: 140px;
    height: 38px;
    border-radius: 6px;
    border: 1px solid var(--bs-info-100) !important;
  }

  .dash-wallet-box .f-16 {
    font-size: 16px;
  }

  .dash-wallet-box .f-24 {
    font-size: 22px;
  }

  .dash-wallet-box .ml-5p {
    margin-left: 5px;
  }

  .contact-support {
    padding: 32px 15px 34px 15px;
  }

  .btn-lg.ticket-btn {
    width: 218px;
    height: 40px;
    border-radius: 6px;
    padding: 0 14px;
  }

  .new-merchant-ticket {
    padding: 10px;
    width: 221px;
    height: 107px;
  }

  .details-info-left-box.mt-32 {
    margin-top: 42px !important;
  }

  .mer-w-70 {
    width: 66%;
  }

  .loti {
    position: absolute;
    right: 14.7%;
    bottom: 75px;
    transition: 1s ease-out;
  }

  .get-right-box .f-24 {
    font-size: 19px;
  }

  .send-left-box .f-24 {
    font-size: 19px;
  }
  .param-ref.sm-send.mt-4{
    margin-top: 8px !important;
  }
  .param-ref.sm-get.mt-4{
    margin-top: 8px !important;
  }
  .fees-rate .f-12{
    font-size: 11px;
  }
  .crypto-exchange-tab .tablink-edit{
    padding: 8px 32px !important;
  }

}
@media only screen and (min-width:1480px){
  .common-p.pxy-62{
    padding: 62px calc(10% - 1px);
    border-radius: 8px;
  }

}

@media only screen and (max-width: 1280px) {
  .profile-mt-24 {
    margin-top: 24px;
  }

  .profile-mt-24 {
    margin-top: 18px;
  }

  .inv-row-gaps {
    gap: 20px;
  }

  .plan_profit .row {
    row-gap: 12px;
  }

  .w-half-profit-details {
    width: 50%;
    padding: 16px 12px;
    border-radius: 4px;
  }

  .chart-container .f-18 {
    font-size: 10px;
  }

  .r-border-px {
    border-right: 1px solid var(--bs-muted-100) !important;
    ;
  }

  .flex-wrap-2 {
    flex-wrap: wrap;
  }

  .main-containt {
    padding: 24px 20px;
  }

  .pxy-62 {
    padding: 40px 150px
  }

  .col-mt-10 {
    margin-top: 10px;
  }

  .copy-btn::after {
    content: "Copy Address";
    position: absolute;
    top: 40px;
    right: -9px;
    width: 115px;
    height: 30px;
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    text-align: center;
    border: 1px solid var(--bs-muted-100) !important;
    ;
    border-radius: 4px;
    opacity: 0;
    padding: 2px;
    font-size: 14px;
  }

  .copy-btn:hover::after {
    transition: 1s;
    opacity: 0;
  }

  .see-deatils-btn {
    width: 96px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid var(--bs-info-100) !important;
  }

  .profile-wraps {
    flex-wrap: wrap;
  }

  .ml-100.left-profile-info {
    margin-left: 2px !important;
  }

  .transac-child .w-50 {
    width: 70% !important;
  }

  .w-50 {
    width: 100% !important;
  }

  .merchant-currency.w-50 {
    width: 50% !important;
    margin-bottom: 14px;
  }

  .profile-bottom {
    margin-bottom: 20px;
  }

  .responsive-mtop {
    margin-top: 12px;
  }

  .w-status-m {
   max-width: 562px;
  }

  .see-deatils-btn-ml {
    margin-left: 0px !important;
  }

  .right-success-div {
    right: 35px;
  }

  .loti .success-anim {
    width: 129px;
    height: 235px;
    top: -124px;
    right: 264px;
    z-index: 2;
  }

  .dash-wallet-box .f-16 {
    font-size: 13px;
  }

  .dash-wallet-box .f-24 {
    font-size: 18px;
  }

  .dash-wallet-box .ml-5p {
    margin-left: 0px;
  }

  .crypto-invest-wrap {
    flex-wrap: wrap;
  }

  .crypto-invest {
    width: 100%;
  }

  .merchant-ticket-div {
    width: 50%;
  }

  .new-merchant-ticket {
    padding: 25px;
    width: 100%;
    height: 107px;
  }

  .ticket-btn {
    width: 100%;
  }

  .crypto-invest-wrap .f-26 {
    font-size: 22px;
  }

  .w-45 {
    width: 43%;
  }

  .w-20 {
    width: 300px;
    text-align: end;
  }

  .optimized-2.justify-content-between {
    justify-content: end !important;
  }

  .optimized-2.w-45 {
    width: 55%;
  }

  .merchant-action .pr-14 {
    padding-right: 7px;
  }

  .merchant-action .pl-14 {
    padding-left: 7px;
  }

  .pl-14.pr-14.border-px {
    padding-left: 7px;
    padding-right: 7px;
  }

  .merchant-action .ml-2p {
    margin-left: 0px;
  }

  .merchant-action .h-36 {
    height: 26px;
  }

  .merchant-action .ml-6 {
    margin-left: 3px;
  }

  .left-profile-info.w-50 {
    width: 100% !important;
  }

  .left-profile-info.ml-76 {
    margin-left: 0px !important;
  }

  html[dir="rtl"] .left-profile-info.ml-76 {
    margin-left: 0px !important;
    margin-right: 0px !important
  }

  html[dir="rtl"] .delete-gap {
    gap: 10px !important;
  }

  .loti {
    position: absolute;
    right: 0.7%;
    bottom: 111px;
    transition: 1s ease-out;
  }
}
@media only screen and (min-width:1280px) and (max-width: 1400px){
  .flex-unset-coinp .pxy-62 {
    padding: 20px 160px;
  }
  /* .flex-unset-coinp .main-containt {
    padding: 26px calc(19% - 5px);
  } */
  .flex-unset-coinp .right-qr-code img{
   width: 140px;
   height: 140px;
  }
  .flex-unset-coinp .pxy-62 .f-14 {
    font-size: 12px;
    margin-top: 8px !important;
  }
  .flex-unset-coinp .mt-32{
   margin-top: 20px !important;
  }
  .flex-unset-coinp .right-qr-code.mb-20{
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1140px) {

  .merchant-ticket-div {
    width: 100%;
  }

  .new-merchant-ticket {
    padding: 25px;
    width: 100%;
    height: 107px;
  }

  .contact-support {
    padding: 10px 10px 13px 10px;
  }

  .btn-lg.ticket-btn {
    width: 218px;
  }

  .dash-wallet-box {
    width: 48%;
  }

  .contact-support.mt-24 {
    margin-top: 0px;
  }

  .new-merchant.mt-24 {
    margin-top: 0px;
  }

  .profile-mt-24 {
    margin-top: 24px;
  }

  .mer-w-70 {
    width: 71%;
  }

  .flex-wrap-mer {
    flex-wrap: wrap;
  }

  .peofile-qr-body-text.w-258 {
    width: 162px;
  }

  .search-fill input {
    width: 165px;
  }

  .f-link a {
    margin-right: 20px;
    font-size: 12px;
  }

  .color-parent {
    margin-right: 20px;
  }

  .main-containt {
    padding: 24px 20px;
  }

  .pxy-62 {
    padding: 40px 53px
  }

  /*Withdrawal List */
  .flex-grows-1 {
    flex-grow: unset !important;
  }

  .flex-grows-1 .width-50 {
    width: unset !important;
  }

  .flex-grows-1 .width-75 {
    width: unset !important;
  }

  .withdraw-list-child .width-25 {
    width: unset;
  }

  .flex-grows-1 .width-60 {
    width: 60% !important;
  }

  .flex-wraps {
    flex-wrap: wrap !important;
  }

  .mx-between-date_and_sattus {
    margin-left: 8px;
    margin-right: 8px;
  }

  .currency-with-fees {
    width: 70% !important;
  }

  .currency-with-fees .f-16 {
    font-size: 13px;
  }

  .currency-with-fees .f-13 {
    font-size: 13px;
  }

  .currency-with-fees .ml-24 {
    margin-left: unset !important;
  }

  .date_and-status {
    margin-left: 7px !important;
  }

  .withdraw-list-child {
    padding: 14px 12px 14px 12px;
    border-bottom: 1px solid var(--bs-white-200) !important;
  }

  .date_and-status .f-16 {
    font-size: 13px;
  }

  .addres {
    margin-left: 56px;
    word-break: break-all;
  }

  .addres .f-16 {
    font-size: 13px;
  }

  .addres .f-14 {
    font-size: 13px;
  }

  .sm-send_medium img {
    width: 32px;
    height: 32px;
  }

  .r-mt-2p {
    margin-top: unset;
  }

  .w-status-m {
    width: 85%;
  }

  .dash-profile-flex-wrap {
    flex-wrap: wrap;
    row-gap: 24px;
  }

  .merchant-profile-img {
    width: 32px;
    height: 32px;
  }

  .merchat-details-row .f-16 {
    font-size: 14px;
    line-height: 17px !important;
  }

  .merchant-page .f-14 {
    font-size: 14px !important;
    line-height: 12px !important;
  }

  .merchat-details-row .mt-2 {
    margin-top: 4px !important
  }

  .merchant-status.w-176-mer {
    margin-top: 14px;
  }

  .merchant-action svg {
    width: 14px;
    height: 14px;
  }

  .close-div svg {
    width: 20px !important;
    height: 20px !important;
  }

  .merchant-action .pr-27 {
    padding-right: 13px;
  }

  .merchant-action .pl-27 {
    padding-left: 13px;
  }

  .merchant-action.justify-content-between {
    justify-content: end !important;
  }

  .merchant-action.h-36 {
    height: 26px;
  }

  .merchant-currency .w-200-mer {
    width: unset;
  }

  .merchant-currency {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
  }

  .mer-w-50p {
    width: 191px;
    height: 36px;
  }

  .merchat-details-row {
    padding: 13px 11px;
  }

  .optimized.justify-content-between {
    justify-content: end !important;
  }

  .inv-terms {
    padding: 20px;
    height: 355px;
  }

}

@media only screen and (max-width: 991px) {
  .custom-daterangepicker {
    padding: 5px 10px;
  }

  .w-154-mer {
    width: 154px;
  }

  .w-176-mer {
    width: 176px;
  }

  .dash-ml-15 {
    margin-left: 0px;
  }

  .dash-wallet-box {
    width: 48% !important;
    padding: 14px;
    border-radius: 8px;
  }

  #menu-btn {
    color: var(--bs-white) !important;
    position: absolute;
    display: unset;
    z-index: 10;
  }

  .search-fill {
    margin-left: 30px;
  }

  .side-navbar {
    position: absolute;
    z-index: 9;
    width: 275px;
  }

  .drop-parent {
    height: calc(100vh - 58px) !important;
    margin-top: 58px;
  }

  .pay-logo {
    width: 135px;
  }

  .active-cont {
    margin-left: 0px;
  }

  html[dir="rtl"] .active-cont {
    margin-left: 0px !important;
    margin-right: unset !important;
  }

  html[dir="rtl"] .search-fill input {
    margin-right: 43px;
  }

  html[dir="rtl"] .search-fill button {
    margin-right: 43px !important;
  }

  html[dir="rtl"] .ml-13 {
    margin-right: unset;
    margin-left: 20px;
  }

  html[dir="rtl"] .mr-29 {
    margin-right: unset;
    margin-left: 0px;
  }

  html[dir="rtl"] .color-parent {
    margin-left: -40px;
  }

  .active-nav {
    margin-left: -334px;
  }

  html[dir="rtl"] .active-nav {
    margin-left: unset;
    margin-right: -334px;
  }


  .res-order {
    order: 2;
    margin-top: 10px;
  }

  .f-link a {
    margin-right: 13px;
  }

  .f-link {
    margin-top: 14px;
  }

  .res-order p {
    margin: 0 !important;
  }

  .search-fill input {
    display: none;
    width: 203px;
    margin-left: 61px;
    padding-left: 8px;
    height: 31px;
    position: absolute;
    z-index: 9;
  }

  .search-fill button {
    width: 30px;
    height: 30px;
    margin-left: 27px !important;
  }

  .search-fill button svg {
    height: 13px;
    width: 13px;
  }

  #menu-btn {
    margin-left: 10px;
  }

  .switch {
    margin-left: 12px;
  }

  .theme-check {
    width: 40px !important;
    height: 21px !important;
    margin-top: 4px !important;
  }

  .switch svg {
    width: 16px;
    height: 16px;
  }

  .switch .mb-1 {
    margin-bottom: 0px !important;
  }

  .switch {
    padding-bottom: 3px;
  }

  .color-parent {
    margin-right: 15px;
  }

  #switch {
    margin: 0 8px;
  }

  .w-135 {
    width: 106px;
  }

  .w-134 {
    width: unset;
    height: unset;
    margin-left: unset;
  }

  .w-134 p {
    display: none;
  }

  .notification-drop {
    margin-right: 17px;
  }

  .main-containt {
    padding: 47px 20px;
  }

  .accordion-flush {
    font-size: 14px !important;
  }

  .accordion-item .child-currency {
    font-size: 14px !important;
  }

  .px-res {
    padding: 0 24px 0 24px !important;
    margin-top: 33px;
  }

  .list-option .mr-20 {
    margin-right: 12px !important;
  }

  .accordion-icon::after {
    margin-right: 12px;
  }

  .res-trans {
    margin-top: 31px;
    margin-bottom: 14px !important;
  }

  .res-other {
    margin-top: 31px;
    margin-bottom: 13px;
  }

  .notification-drop .item ul {
    right: 0 !important;
    margin-top: 18px !important;
    width: 259px;
  }

  .pxy-62 {
    padding: 40px 53px
  }

  .res-order p {
    margin-bottom: 1rem !important;
  }


  .w-268 {
    width: 224px;
  }

  .modal-res {
    flex-direction: column;
  }

  .deposit-transac {
    width: 100%;
  }

  .trans-details {
    width: 100%;
    margin-left: 0;
  }

  .modal-themeBody {
    padding: 33px 18px 18px 18px;
  }

  .mt-56 {
    margin-top: 24px;
  }

  .mt-56 svg {
    height: 50px;
    width: 50px;
  }

  .r-f-12 {
    font-size: 12px;
    line-height: 14.7px;
  }

  .transac-parent .r-f-12 {
    font-size: 9px;
    line-height: 14px !important;
  }

  .r-mt-18 {
    margin-top: 18px !important;
  }

  .res-dialog {
    padding: 8px;
  }

  .r-f-26 {
    font-size: 26px;
    line-height: 31.54px;
    margin-top: 8px;
  }

  .r-f-26 span {
    font-size: 26px;
    line-height: 31.54px;
  }

  .r-f-14 {
    font-size: 14px;
    line-height: 17.15px;
    margin-top: 16px;
  }

  .infoBtn-print {
    width: 140px;
    height: 40px;
    margin-top: 20px !important;
  }

  .pb-57 {
    padding-bottom: 24px;
  }

  .transac-title {
    font-size: 16px;
    line-height: 19.6px;
    margin-top: 18px;
    padding-bottom: 6px;
  }

  .r-f-9 {
    font-size: 9px;
    line-height: 11.03px;
  }

  .r-text {
    font-size: 14px;
    line-height: 17.15px !important;
  }

  .filter-ref.param-ref .select2-container .select2-selection--single {
    height: 36px !important;
  }

  .filter-ref.param-ref .select2-selection__rendered {
    line-height: 34px !important;
    padding-left: 8px !important;
    font-size: 11px !important;
  }

  .filter-ref.param-ref .select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 7px !important;
    width: 7px !important;
  }

  .apply-filter {
    width: 106px;
    height: 36px;
    margin-left: 8px;
    font-size: 11px;
  }

  .reset-btn {
    font-size: 11px;
  }

  .filter-ref.param-ref .select2-selection__arrow {
    height: 36px !important;
    right: 7px !important;
  }

  .mobile-flex {
    display: flex;
    flex-direction: column;
    align-items: unset !important;
    justify-content: unset !important;
  }

  .see-deatils-btn-ml {
    margin-left: 60px !important;
    margin-top: 16px;
  }

  .max-50.w-45 {
    width: 45%;
  }

  .row-gaps {
    gap: 20px;
  }

  .selectParent span.select2.select2-container.select2-container--default {
    width: 95px !important;
  }
  .sp .select2.select2-container {
    width: 95px!important;
  }
  html[dir="rtl"] .mr-34 {
    margin-right: unset;
    margin-left: 13px;
  }

  .selectParent span#select2-select-height-container {
    font-size: 12px;
  }

  .px-61 {
    padding-left: calc(6% - 3px);
    padding-right: calc(6% - 3px);
    border-radius: 8px;
  }

  .dash-wallet-box {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
  }

}

@media only screen and (max-width: 600px) {
 .flex-unset-coinp.d-flex .right-qr-code img{
    width: 140px;
    height: 140px;
  }
  .coinp-smdevice .px-5{
    padding-left: unset !important;
    padding-right: unset !important;
  }
  .express-merchant-qr-section .copy-parent-div {
    top: 16px !important;
  }

  .st-height {
    height: 83px;
  }

  .avoid-blink {
    height: unset !important;
  }

  .error-img img {
    max-width: 100%;
  }

  .error-page {
    padding: 0 20px;
  }

  #myChart {
    position: relative;
    top: 5px;
    height: 300px !important;
  }

  .param-ref .select2-selection__arrow {
    height: 46px !important;
    right: 15px !important;
  }

  .r-exchange-mb {
    margin-bottom: 6px;
  }

  .svg-dimension {
    width: 12px;
    height: 12px;
  }

  .r-px-10 {
    padding: 0 10px !important;
  }

  .responsive-font .f-16 {
    font-size: 13px;
    line-height: 16px !important;
  }

  .responsive-font .f-26 {
    font-size: 16px;
    line-height: 20px;
  }

  .responsive-font .f-20 {
    font-size: 16px;
    line-height: 20px;
  }

  .new-balace .f-16 {
    font-size: 12px !important;
    line-height: 15px !important;
  }

  .new-balace .f-24 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .r-mt-24 {
    margin-top: 22px;
  }

  .exchange-box {
    padding: 13px 0;
    border-radius: 8px;
  }

  .new-balace {
    padding: 17px 0;
    border-radius: 8px;
  }

  .font-14p {
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
  }

  .r-mt-22 {
    margin-top: 22px;
  }

  .mobile-p .f-26 {
    font-size: 16px !important;
  }

  .border-hr {
    height: 16px;
  }

  .main-containt {
    padding: 40px 20px;
  }

  .pxy-62 {
    padding: 32px 20px;
  }

  .pxy-62 .f-26 {
    font-size: 20px;
    line-height: 25px !important; 
  }

  .pxy-62 .f-13 {
    font-size: 12px;
    margin-top: 20px !important;
  }

  .pxy-62 .f-18 {
    font-size: 16px;
    line-height: 20px !important;
  }

  .pxy-62 .mt-18 {
    margin-top: 12px;
    width: 75%;
  }

  .pxy-62 .f-14 {
    font-size: 12px !important;
    line-height: 20px !important;
    margin-top: 10px !important;
  }

  .sm-top.mt-23 {
    margin-top: 14px !important;
  }

  .sm-top.mt-20 {
    margin-top: 12px !important;
  }

  .sm-top.mt-28 {
    margin-top: 16px !important;
  }

  .param-ref.mt-28 {
    margin-top: 16px !important;
  }

  .param-ref.mt-23 {
    margin-top: 14px !important;
  }

  .param-ref.sm-send.mt-20 {
    margin-top: 4px !important;
  }

  .param-ref.sm-get.mt-20 {
    margin-top: 3px !important;
  }

  .param-ref.mt-20 {
    margin-top: 11px !important;
  }

  .label-top.mt-20 {
    margin-top: 12px !important;
  }

  .label-top.mt-28 {
    margin-top: 16px !important;
  }

  .label-top.mt-23 {
    margin-top: 14px !important;
  }

  .param-ref-withdraw.money-ref-2 {
    margin-top: 10px !important;
  }

  .param-ref {
    margin-top: 16px !important;
  }

  .filter-ref {
    margin-top: 7px !important;
  }

  .param-ref label {
    font-size: 14px;
    margin-bottom: 7px !important;
  }

  .param-ref .f-12 {
    font-size: 11px;
  }

  .leading-17.r-mt-amount.r-mt-6 {
    line-height: 14px !important;
  }

  .param-ref-withdraw.money-ref-2.param-ref .select2-container .select2-selection--single {
    height: 44px !important;
  }

  .param-ref .select2-container .select2-selection--single {
    height: 48px !important;
  }

  .param-ref.merchant-ref .select2-container .select2-selection--single {
    height: 44px !important;
  }

  .param-ref-withdraw.money-ref-2.param-ref .select2-selection__rendered {
    line-height: 42px !important;
    padding-left: 16px !important;
    font-size: 14px !important;
  }

  .param-ref .select2-selection__rendered {
    line-height: 49px !important;
    padding-left: 16px !important;
    font-size: 14px !important;
  }

  .param-ref .select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 8px !important;
    width: 9px !important;
    margin-left: -1px;
  }

  .select2-container--default .select2-results>.select2-results__options {
    max-height: 121px !important;
  }

  .custom-input-height .input-form-control {
    padding: 15px !important;
  }

  .input-form-control {
    padding: 12px !important;
    font-size: 14px !important;
  }

  .input-form-control::placeholder {
    font-size: 14px !important;
  }

  .label-top {
    margin-top: 8px !important;
  }

  .label-top label {
    font-size: 14px !important;
    margin-bottom: 6px !important;
  }

  .pay-method {
    margin-top: -3px !important;
  }

  .btn {
    height: 48px;
    font-size: 15px;
    margin-top: 16px !important;
  }

  .res-order p {
    margin-bottom: 1rem !important;
  }


  .select2-results__option {
    padding: 12px 16px !important;
    font-size: 13px !important;
  }

  .transaction-box p {
    font-size: 13px;
  }
  .withdrawal-filter .btn-mt{
      margin-top: 0 !important;
  }

  .btn {
    font-size: 15px;
    line-height: 18px !important;
    margin-top: 16px !important;
  }

  .back-direction {
    margin-top: 4px !important;
  }

  .back-direction a span {
    font-size: 14px;
  }

  .param-ref .sm-font-14 {
    font-size: 14px !important;
  }

  .sm-font-14 {
    margin-top: -7px !important;
  }

  .via-paypal {
    width: 98px;
    height: 26px;
    margin-top: 10px;
  }

  .transaction-box {
    margin-top: 32px !important;
  }

  .bank-info {
    font-size: 14px;
    margin-top: 6px !important;
  }

  .res-mt-24 {
    margin-top: 24px !important;
  }

  .through-bank {
    width: 100% !important;
  }

  .bn-details {
    font-size: 15px !important;
  }

  .r-mt-16 {
    margin-top: 16px !important;
    font-size: 18px;
  }

  .r-mt-8 {
    margin-top: 8px !important;
  }

  .success-amount-box {
    margin-top: 20px !important;
  }

  .success-amount-box:first-child {
    font-size: 12px;
  }

  .r-text-12 {
    font-size: 12px;
    margin-top: 22px !important;
  }

  .r-text-24 {
    font-size: 24px;
    padding-bottom: 18px;
  }

  .r-mt-20 {
    margin-top: 20px !important;
  }

  .print-btn span {
    font-size: 12px !important;
  }

  .print-btn svg {
    width: 14px;
  }

  .print-btn {
    width: 140px;
    height: 40px;
  }

  .repeat-btn {
    font-size: 12px;
    width: 140px;
    height: 40px;
  }

  .card-icon {
    top: 41px !important;
    right: 16px;
  }

  .r-mt-amount {
    margin-top: 0px !important;
  }

  .r-mt-method {
    margin-top: 19px !important;
  }

  .r-mt-6 {
    margin-top: 7px !important;
  }

  .r-mt-0 {
    margin-top: 0px !important;
  }

  .r-mt-11 {
    margin-top: 11px !important;
  }

  .h-100p {
    height: 96px !important;
  }

  .recipent-top-margin {
    margin-top: 20px !important;
  }

  .user-mail {
    height: 44px;
    width: 44px;
  }

  .user-mail svg {
    width: 17px;
    height: 18px;
  }

  .theme-font {
    font-size: 14px;
    line-height: 17.15px;
  }

  .theme-amount {
    font-size: 10px;
    line-height: 20px;
    margin-top: 6px !important;
  }

  .theme-usd {
    font-size: 14px;
    line-height: 22px;
  }

  .print-mail {
    margin-top: 20px !important;
  }

  .tran-title {
    font-size: 12px;
    line-height: 20px !important;
    line-break: anywhere;
    margin-top: 8px !important;
  }

  .theme-tran {
    font-size: 12px;
    line-height: 14px !important;
  }

  .r-f-20 {
    font-size: 20px;
    line-height: 24.76px !important;
  }

  .deposit-circle img {
    width: 32px;
    height: 32px;
  }

  .deposit-circle {
    height: 32px;
    width: 32px;
  }

  .transac-child {
    padding: 10px 7px 9px 7px;
  }

  .r-ml-8 {
    margin-left: 8px;
  }

  .r-ml-12 {
    margin-left: 12px;
  }

  .status-info {
    font-size: 10px;
    line-height: 14.7px !important;
  }

  .fil-btn img {
    width: 20px;
    height: 20px;
  }

  .fil-btn {
    margin-left: 8px;
  }

  .r-pb-8 {
    padding-bottom: 8px;
  }

  .h-60 {
    height: 48px;
  }

  .mtop-10 {
    margin-top: 11px;
  }

  .r-mt-10 {
    margin-top: 9px !important;
  }

  .w-32 {
    width: 37px;
  }

  .balance-color {
    color: var(--bs-primary) !important;
  }

  .mob-f-12 {
    font-size: 11px !important;
    line-height: 13px !important;
  }

  .r-currency-exchange-amount-top {
    margin-top: 20px !important;
  }

  .r-currency-exchange-rate-top {
    margin-top: 32px;
  }

  .pb-13 {
    padding-bottom: 12px;
  }

  .r-mt-10 {
    margin-top: 10px;
  }

  /*css for withdraw money */
  .pagi-nav {
    flex-direction: column;
  }

  .r-pagi {
    justify-content: center;
  }

  .page-limite {
    margin-top: 20px !important;
  }

  /*css for withdraw money */
  .mt-select-to-p {
    margin-top: 11px;
  }

  .gap-between {
    margin-top: 16px;
  }

  .r-mt-mobile {
    margin-top: 21px;
  }

  .r-label-top {
    margin-top: 12px !important;
  }

  .amount-withdraw .f-16 {
    font-size: 12px !important;
    line-height: 15px !important;
  }

  .amount-withdraw .f-32 {
    font-size: 24px !important;
    line-height: 29px !important;
  }

  .amount-withdraw {
    padding: 21px 0 17px 0;
  }

  .mob-mb-12 {
    margin-bottom: 12px !important;
  }

  /*Withdrawal List */
  .flex-grows-1 {
    flex-grow: unset !important;
  }

  .flex-grows-1 .width-50 {
    width: unset !important;
  }

  .flex-grows-1 .width-75 {
    width: unset !important;
  }

  .withdraw-list-child .width-25 {
    width: unset;
  }

  .flex-grows-1 .width-60 {
    width: 60% !important;
  }

  .flex-wraps {
    flex-wrap: wrap !important;
  }

  .mx-between-date_and_sattus {
    margin-left: 5px;
    margin-right: 5px;
  }

  .currency-with-fees {
    width: 70%;
  }

  .currency-with-fees .f-16 {
    font-size: 12px;
    line-height: 14.7px;
  }

  .currency-with-fees .f-13 {
    font-size: 12px;
  }

  .currency-with-fees .ml-24 {
    margin-left: unset !important;
  }

  .date_and-status {
    margin-left: 8px !important;
  }

  .withdraw-list-child {
    padding: 14px 12px 14px 12px;
    border-bottom: 1px solid var(--bs-white-200) !important;
  }

  .date_and-status .f-16 {
    font-size: 12px;
    line-height: 14.7px !important;
  }

  .date_and-status .f-13 {
    font-size: 10px;
    line-height: 14.7px !important;
    line-break: anywhere;
  }

  .date_and-status .mt-8 {
    margin-top: 5px;
  }

  .addres .f-16 {
    font-size: 10px;
  }

  .addres .f-14 {
    font-size: 9px;
  }

  .sm-send_medium {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }

  .sm-send_medium img {
    width: 32px;
    height: 32px;
    object-fit: contain;
  }

  .r-mt-2p {
    margin-top: 5px;
  }

  .r-mt-n9p {
    margin-top: -14px !important;
  }

  .addres {
    margin-left: 39px;
    word-break: break-all;
  }

  html[dir="rtl"] .addres {
    margin-right: 39px;
  }

  .addres .mt-8 {
    margin-top: 5px;
  }

  .mt-medium-2p {
    margin-top: 0px;
  }

  .fee-mt-8 {
    margin-top: 6px;
  }

  /* withdrawal  settings*/

  .trash-edit-svg svg {
    width: 11px;
    height: 11px;
  }

  .edit-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
  }

  .trash-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
  }

  .border-36h {
    width: 1px;
    height: 26px;
    border-left: 1px solid var(--bs-muted-100) !important;
    ;
    margin: 0 15px;
    display: flex;
    justify-content: center;
  }

  .w-trash-edit {
    width: 29% !important;
  }

  .currency-with-fees2 {
    flex-direction: column !important;
  }

  .currency-with-fees2 .ml-10 {
    margin-left: 0px !important;
    margin-top: 5px !important;
  }

  .r-align-self-end {
    align-self: flex-end !important;
  }

  .edit-delete-btn {
    width: 74px;
    height: 28px;
    border-radius: 6px;
  }

  .edit-delete-btn span {
    font-size: 8px !important;
  }

  .mob-flex-start {
    display: flex;
    align-self: flex-start;
  }

  .w-176 {
    width: 120px !important;
  }
  .Add-new-btn.addnew {
      padding: 3px 5px 5px 5px !important;
      height: 36px !important;
  }
  .Add-new-btn {
    padding: 4px 0px 6px 0px !important;
    height: 36px !important;
  }

  .addnew .f-14 {
    font-size: 11px;
    line-height: 13px;
  }

  .me-2 .w-135 {
    width: 120px;
  }

  .edit-svg {
    width: 11px;
    height: 11px;
  }

  .delete-svg {
    width: 11px;
    height: 11px;
  }

  .r-filter-ref {
    margin-top: 0px !important;
  }

  .r-mt-11 {
    margin-top: 11px;
  }

  .edit-hover svg {
    width: 11px;
    height: 11px;
  }

  .delete-hover svg {
    width: 11px;
    height: 11px;
  }

  .edit-hover::before {
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
  }

  .delete-hover::before {
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
  }

  .withdraw-list-child {
    padding: 14px 12px 11px 12px;
    border-bottom: 1px solid var(--bs-white-200) !important;
  }

  .r-mt-n3p {
    margin-top: -14px;
  }

  .clients-secret-id.modal-body-pxy {
    padding: 2px 20px 20px 20px !important;
  }

  .modal-body-pxy {
    padding: 2px 20px 8px 20px !important;
  }

  .modal-header {
    padding: 20px 0px 7px 0px !important;
    margin: 0 20px;
  }

  .column-pl-unset {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  .column-pr-unset {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }

  .param-ref-withdraw .select2-selection__arrow {
    height: 40px !important;
    right: 15px !important;
  }

  .mb-baseline {
    margin-bottom: 9px !important;
  }

  .p-inline-block {
    width: 225px;
    display: inline-block;
    margin-top: 8px !important;
  }

  .balance-box {
    padding: 15px 15px 0px 15px;
  }

  .w-balance .balance-box {
    padding: 15px 15px 4px 15px;
  }

  .curency-box {
    width: 36px;
    height: 36px;
  }

  .curency-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }

  .curency-box svg {
    width: 11px;
    height: 21px;
  }

  .span-currency .f-15 {
    font-size: 12px;
    line-height: 15px;
  }

  .span-currency .f-28 {
    font-size: 18px;
    line-height: 22px;
  }

  .span-currency .mt-6 {
    margin-top: 0px;
  }

  .right-icon-div .mt-20 {
    margin-top: 9px;
  }

  .btn-block .pt-10 {
    padding-top: 5px;
  }

  .btn-block svg {
    width: 29px;
    height: 29px;
  }

  .hr-40 {
    height: 28px;
    width: 0px;
    border-left: 1px solid var(--bs-muted-100) !important;
    ;
    margin: 2px 15px;
  }

  .span-currency .f-12 {
    font-size: 9px;
    line-height: 14px !important;
  }

  .span-currency .currency-mt-32 {
    margin-top: 18px;
  }

  .wallet-left-box .mt-n3p {
    margin-top: -7px;
  }

  .block-dispay {
    display: block;
  }

  .dw-dimension {
    width: 80px;
    height: 29px;
    border-radius: 4px;
  }

  .pt-5p {
    padding-top: 2px;
  }

  .w-balance .mt-n3p {
    margin-top: -2px;
  }

  .wallet-left-box .mt-n2p {
    margin-top: -8px;
  }

  .balance-box .mt-n2p {
    margin-top: -8px;
  }

  .balance-box .f-24 {
    font-size: 16px;
    line-height: 20px !important;
  }

  .currency-mt-24 {
    margin-top: 24px;
  }

  .w-span-currency .w-mt-6 {
    margin-top: -2px;
  }

  .right-icon-div .mt-18 {
    margin-top: 18px;
  }

  .mt-row-24 {
    margin-top: 12px !important;
  }

  .px-62 {
    padding: 0 20px;
  }

  .px-62 .mt-16 {
    margin-top: 12px;
  }

  .balance-box .ml-18 {
    margin-left: 12px;
  }

  .helper-div .mt-19 {
    margin-top: 11px !important;
  }

  .helper-div .mt-20 {
    margin-top: 9px;
  }

  .helper-size .f-16 {
    font-size: 12px;
    line-height: 20px !important;
  }

  .send-left-box {
    width: 163px;
    padding: 4px 0 11px 10px;
  }

  .send-left-box .f-24 {
    font-size: 14px;
    line-height: 20px;
  }

  .send-left-box .f-12 {
    font-size: 10px;
    line-height: 12px;
  }

  .get-right-box .f-24 {
    font-size: 14px;
    line-height: 20px;
  }

  .get-right-box .f-12 {
    font-size: 10px;
    line-height: 12px;
  }

  .right-box-icon svg {
    width: 15px;
    height: 15px;
  }

  .right-box-icon {
    left: -7px;
  }

  .get-right-box {
    width: 148px;
    padding: 4px 0px 11px 16px;
    border-radius: 6px;
  }

  .left-merchant .mt-38 {
    margin-top: 0px;
  }

  .left-merchant .mt-2 {
    margin-top: 6px !important;
  }

  .left-merchant .f-16 {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  .left-merchant .f-32 {
    font-size: 26px !important;
    line-height: 32px !important;
  }

  .right-qr-code.mt-24 {
    margin-top: 4px;
  }

  .right-qr-code.mt-24 img {
    width: 148px;
    height: 148px;
    border: 1px solid var(--bs-muted-100) !important;
    ;
  }

  .right-qr-code.mt-24 .f-12 {
    font-size: 10px;
    line-height: 18px !important;
    color: var(--bs-muted) !important;
  }

  .m-address .mt-24 {
    margin-top: 16px;
  }

  .m-address .mt-28 {
    margin-top: 18px !important;
  }

  .m-address .f-15 {
    font-size: 14px !important;
    margin-bottom: 6px !important;
  }

  .copy-div .f-18 {
    font-size: 12px !important;
    line-height: 15px !important;
  }

  .copy-btn svg {
    width: 32px !important;
    height: 32px !important;
  }

  .custom-nav .nav-link {
    text-decoration: none;
    border-radius: 40px;
    width: 85px;
    height: 24px;
    text-align: center;
    font-size: 10px !important;
    line-height: 12px !important;
  }

  nav .slider {
    width: 99px;
    height: 24px;
    left: 5px;
    bottom: 5px;
    border-radius: 25px;
  }

  .wrapper {
    width: 311px;
    margin: 16px auto;
    border-radius: 5px;
    background: #fff;
  }

  .wrapper nav label.cryp_exchange {
    width: 80px;
    height: 12px;
  }

  .wrapper nav label.cryp_buy {
    width: 52px;
    margin-right: 0px;
    height: 12px;
  }

  .wrapper nav label.code {
    width: 51px;
    height: 12px;
  }

  .wrapper nav {
    position: relative;
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--bs-muted-100) !important;
    ;
    border-radius: 25px;
    padding: 0 29px 0 15px;
  }

  .wrapper .f-14 {
    font-size: 10px !important;
    line-height: 12px !important;
    margin-top: 0px !important;
  }

  #crypto_exchange .mt-8 {
    margin-top: 8px !important;
  }

  #crypto_exchange .param-ref label {
    font-size: 14px;
    margin-bottom: 5px !important;
  }

  #crypto_exchange .f-12 {
    font-size: 11px;
    line-height: 13px;
  }

  #crypto_exchange .f-15 {
    font-size: 14px;
    line-height: 17px;
  }

  .fees-rate .f-12 {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .fees-rate.mt-11 {
    margin-top: 8px;
  }

  .label-top.mt-get .r-mt-amount {
    margin-top: 7px !important;
  }

  .btn .mt-4 {
    margin-top: 16px !important;
  }

  .r-mb-proceed {
    margin-bottom: 3px !important;
  }

  .r-mb-proceed .leading-20 {
    line-height: 17px !important;
  }

  .sm-svg {
    width: 8px !important;
    height: 8px !important;
  }

  /* dispute */
  .dispute-child {
    padding: 12px;
    border-bottom: 1px solid var(--bs-white-200) !important;
  }

  .dis-img-div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: contain;
  }

  .dis-img-div img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .dis-img-div.mt-3p {
    margin-top: 0px;
  }

  .dis-description.ml-32 {
    margin-left: 10px;
  }

  .dis-description .f-18 {
    font-size: 13px;
    line-height: 18px;
  }

  .dispute-parent .f-13 {
    font-size: 10px;
    line-height: 12px !important;
  }

  .dispute-parent .f-14 {
    font-size: 10px;
    line-height: 12px !important;
  }

  .dispute-parent .f-16 {
    font-size: 14px;
    line-height: 20px !important;
  }

  .dispute-parent .mt-20 {
    margin-top: 20px;
  }

  .dispute-parent .mt-24 {
    margin-top: 22px;
  }

  .date-text {
    font-size: 8px !important;
  }

  .see-details-parent.align-items-end {
    align-items: flex-start !important;
    margin-left: 50px;
    margin-top: 16px;
  }

  .see-deatils-btn {
    width: 96px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid var(--bs-info-100) !important;
  }

  .dispute-child-2 .see-deatils-btn {
    width: 118px !important;
    height: 30px !important;
  }

  .see-deatils-btn.mt-2p {
    margin-top: 0px;
  }

  .transact-div.mt-20 {
    margin-top: 8px;
  }

  .see-deatils-level-2 .mt-2p {
    margin-top: 0px;
  }

  .see-deatils-level-2 .mt-24 {
    margin-top: 8px;
  }

  .dis-description svg {
    width: 4px;
    height: 4px;
  }

  .dispute-parent .mx-10 {
    margin: 2px 6px 0 6px;
  }

  .dispute-w-50 {
    padding: 12px 12px 12px 12px;
  }

  .dis-img-sm {
    width: 40px;
    height: 40px;
    background-color: var(--bs-white-200) !important;
    border-radius: 50%;
  }

  .dis-img-sm img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .dis-img-sm svg {
    width: 14px;
    height: 15px;
  }

  .disput-level-3 .w-262 {
    width: 162px;
  }

  .disput-level-3 .mt-14 {
    margin-top: 16px;
  }

  .disput-level-3 .mt-18 {
    margin-top: 0px;
  }

  .disput-level-3 .see-deatils-btn.mt-10 {
    margin-top: 8px;
  }

  .disput-level-3 .ml-18 {
    margin-left: 8px;
  }

  .dispute-w-50.disput-level-4 {
    padding: 14px 14px 18px 14px;
  }

  .disput-level-4 .w-262 {
    width: 162px;
  }

  .disput-level-4 .ml-16 {
    margin-left: 10px;
  }

  .disput-level-4 .mt-14 {
    margin-top: 0px;
  }

  .disput-level-4 .mt-10 {
    margin-top: 8px;
  }

  .disput-level-5 .ml-18 {
    margin-left: 10px;
  }

  .disput-level-5.dispute-w-50 {
    padding: 12px 14px 14px 14px;
  }

  .details-info {
    padding: 19px;
  }

  .dis-details-title {
    padding: 0px 0px 8px 0px;
  }

  .dis-details-body .mt-12 {
    margin-top: 8px;
  }

  .details-info-left-box .f-20 {
    font-size: 18px;
    line-height: 20px;
  }

  .dis-details-.mt-24 {
    margin-top: 20px;
  }

  .dis-title-box {
    margin-top: -2px;
  }

  .dis-title-box {
    padding: 12px 0px 12px 12px;
  }

  .dispute-id .f-13 {
    font-size: 12px;
    line-height: 15px;
  }

  .dis-title-box .f-13 {
    font-size: 12px;
    line-height: 15px;
  }

  .dis-title-box .f-16 {
    font-size: 15px;
    line-height: 18px;
  }

  .claimant .f-13 {
    font-size: 12px;
    line-height: 15px;
  }

  .claimant .f-15 {
    font-size: 14px;
    line-height: 17px;
  }

  .defendant .f-13 {
    font-size: 12px;
    line-height: 15px;
  }

  .defendant .f-15 {
    font-size: 14px;
    line-height: 17px;
  }

  .dis-transection-div .f-13 {
    font-size: 12px;
    line-height: 15px;
  }

  .dis-transection-div .f-15 {
    font-size: 14px;
    line-height: 17px;
  }

  .dis-time-div .f-13 {
    font-size: 12px;
    line-height: 15px;
  }

  .dis-time-div .f-15 {
    font-size: 14px;
    line-height: 17px;
  }

  .reason .f-13 {
    font-size: 12px;
    line-height: 15px;
  }

  .reason .f-15 {
    font-size: 13px;
    line-height: 22px;
  }

  .argument {
    margin-top: 20px;
  }

  .claimant .mt-8 {
    margin-top: 6px;
  }

  .defendant .mt-8 {
    margin-top: 6px;
  }

  .dis-transection-div.mt-24 {
    margin-top: 20px;
  }

  .dis-time-div.mt-24 {
    margin-top: 20px;
  }

  .dis-transection-div .mt-8 {
    margin-top: 6px;
  }

  .dis-time-div .mt-8 {
    margin-top: 6px;
  }

  .dis-mb-top {
    margin-top: 20px;
  }

  .user-conv-box {
    padding: 11px;
  }

  .dis-user-conv .f-16 {
    font-size: 14px;
    line-height: 17px !important;
  }

  .dis-user-conv .f-12 {
    font-size: 11px;
    line-height: 13px;
  }

  .users-conversation.mt-12.bg-white-50 {
    margin-top: 15px;
  }

  .users-conversation.mt-12.bg-white-100 {
    margin-top: 15px;
  }

  .users-conversation {
    padding: 10px;
  }

  .dis-user-conv.ml-16 {
    margin-left: 12px;
  }

  .users-conversation .f-14 {
    font-size: 13px;
    line-height: 22px !important;
  }

  .dis-user-conv.ml-68 {
    margin-left: 0px;
  }

  .dis-user-conv.mr-16 {
    margin-right: 12px;
  }

  .user-conv-box-2.mr-68 {
    margin-right: 0px;
  }

  /* profile */
  .pd-bottom.pb-2 {
    padding-bottom: 12px !important;
  }

  .left-avatar-desc .f-20 {
    font-size: 16px;
    line-height: 25px !important;
  }

  .left-avatar-desc .f-14 {
    font-size: 12px;
    line-height: 20px !important;
  }

  .left-avatar-desc .f-12 {
    font-size: 10px;
    line-height: 14px !important;
  }

  .avatar-left-div .mt-26 {
    margin-top: 25px !important;
  }

  .avatar-left-div .ml-36 {
    margin-left: 32px;
  }

  .default-wallet-div .f-20 {
    font-size: 16px;
    line-height: 20px !important;
  }

  .wallet-text .leading-25 {
    line-height: 20px !important;
  }

  .wallet-text svg {
    width: 16px !important;
    height: 16px !important;
  }

  .camera a {
    width: 140px;
    height: 40px;

  }

  .camera .f-14 {
    font-size: 12px;
    line-height: 15px !important;
  }

  .camera~.f-14 {
    font-size: 12px;
    line-height: 15px !important;
  }

  .right-avatar-img {
    width: 80px;
    height: 80px;
  }

  .avatar-left-div {
    padding: 16px;
  }

  .default-wallet-div {
    padding: 16px;
  }

  .profile-qr-code {
    padding: 16px;
  }

  .peofile-qr-text svg {
    width: 18px;
    height: 18px;
  }

  .peofile-qr-body-text .f-16 {
    font-size: 14px;
    line-height: 17px !important;
  }

  .peofile-qr-body-text .f-13 {
    font-size: 12px;
    line-height: 16px !important;
  }

  .print-update-code .f-13 {
    font-size: 12px;
    line-height: 15px !important;
  }

  .print-update-code svg {
    width: 12px;
    height: 12px;
  }

  .profile-qr-img {
    height: 120px;
    width: 120px;
  }

  .r-mt-wrap {
    margin-top: 26px;
  }

  .profile-qr-bootom .f-16 {
    font-size: 14px;
    line-height: 17px !important;
  }

  .profile-qr-bootom .ml-14 {
    margin-left: 12px;
  }

  .profile-qr-bootom .responsive-mail-text.f-15 {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .responsive-mail-text {
    word-break: break-all;
    text-align: end;
  }

  .profile-personal-information .f-24 {
    font-size: 20px;
    line-height: 25px !important;
  }

  .profile-personal-information svg {
    width: 16px;
    height: 16px;
  }

  .eye-icon-hide {
    position: absolute;
    top: 36px;
    right: 13px;
  }

  .profile-info-body .f-15 {
    font-size: 13px;
  }

  .profile-qr-bootom svg {
    width: 22px;
    height: 22px;
  }

  .text-align-end {
    text-align: end !important;
  }

  .text-align-initial {
    text-align: initial !important;
  }

  .profile-borders-bottom {
    padding: 0 0 15px 0;
    border-bottom: 1px solid var(--bs-muted-100) !important;
    ;
    margin-bottom: 16px;
  }

  .profile-personal-information {
    padding: 16px 16px 0px 16px;
  }

  .profile-bottom {
    margin-bottom: 16px;
  }

  .eye-icon {
    position: absolute;
    top: 36px;
    right: 13px;
  }

  .camera a {
    padding: 0 0 0 20px;
  }

  .print-code {
    width: 140px;
    height: 38px;
  }

  .update-code {
    width: 140px;
    height: 38px;
  }

  .print-code {
    padding-left: 31px;
  }

  .ticket-mid-description .f-18 {
    font-size: 13px;
    line-height: 18px !important;
  }

  .priority-section .f-13 {
    font-size: 10px;
    line-height: 12px !important;
  }

  .circle-image svg {
    width: 40px !important;
    height: 40px !important;
  }

  .ml-6.custom-badge {
    margin-left: 1px !important;
  }

  .ticket-mid-description .mx-10 {
    margin-left: 6px;
    margin-right: 5px;
  }

  .ticket-section-parent a .f-13 {
    font-size: 10px;
    line-height: 12px !important;
  }

  .custom-badge {
    width: 46px;
    height: 18px;
    border-radius: 4px;
  }

  .custom-badge span {
    font-size: 8px !important;
    line-height: 10px !important;
  }

  .r-mt-open {
    margin-top: 4px;
  }

  .ticket-section-parent-open {
    padding: 12px;
  }

  .ticket-mid-description .mt-2p {
    margin-top: 0px !important;
  }

  .ticket-section-parent-closed {
    padding: 12px;
  }

  .see-deatils-btn-ml {
    margin-left: 53px !important;
    margin-top: 16px;
  }

  .see-deatils-btn-ml.see-deatils-btn {
    width: 118px !important;
    height: 30px;
  }

  .r-ticket-btn {
    margin-top: 16px;
  }

  .d-arrow-div {
    display: block;
  }

  .sliding-content-parent.mt-3 {
    margin-top: 12px !important;
  }

  .settings-wrapper.wrapper {
    width: 295px;
    margin: 16px auto;
    border-radius: 5px;
    background: #fff;
  }

  .settings-wrapper.wrapper nav .slider {
    width: 141px;
  }

  .settings-wrapper.wrapper nav label.cryp_exchange {
    width: 99px;
    height: 18px;
  }

  .settings-wrapper.wrapper nav {
    width: 295px;
    padding: 0 1px 0 26px;
    margin: 0 auto;
  }

  .settings-wrapper.wrapper nav label.cryp_buy {
    width: 96px;
    margin-right: 27px;
    height: 18px;
  }

  .settings-wrapper .identity {
    margin-top: 16px !important;
  }

  .main-containt.main-containt-settings {
    padding: 24px 9px;
  }

  .dash-wallet-box {
    padding: 10px;
    border-radius: 8px;
  }

  .dash-left-img img {
    width: 56px;
    height: 56px;
  }

  .dash-left-profile .f-32 {
    font-size: 22px;
    line-height: 27px;
  }

  .dash-left-profile .f-16 {
    font-size: 12px;
    line-height: 16px;
  }

  .dash-wallet-box .f-16 {
    font-size: 12px;
    line-height: 15px !important;
  }

  .dash-wallet-box .f-12 {
    font-size: 10px;
    line-height: 12px !important;
  }

  .dash-wallet-box .f-24 {
    font-size: 15px;
    line-height: 19px !important;
  }

  .dash-wallet-box .f-18 {
    font-size: 15px;
    line-height: 19px !important;
  }

  .dash-left-profile svg {
    width: 16px;
    height: 16px;
  }

  .btn-lg.w-160 {
    width: 160px;
    height: 42px;

  }

  .dash-currency-sign {
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }

  .dash-currency-sign svg {
    width: 10px;
    height: 17px;
  }

  .dash-check-all {
    height: 30px;
    border-radius: 4px;
  }

  .dash-check-all svg {
    width: 16px;
    height: 17px;
  }

  .crypto-invest .f-26 {
    font-size: 18px;
    line-height: 24.19px;
  }

  .cryptinvest-img {
    width: 56px;
    height: 56px;
  }

  .cryptinvest-img img {
    width: 56px;
    height: 56px;
  }

  .profile-mt-24 {
    margin-top: 24px;
  }

  .crypto-w-135 {
    width: 135px;
  }

  .crypto-mt-10 {
    margin-top: 1px;
  }

  .merchant-ticket-div .ml-20 {
    margin-left: 0px;
  }

  .new-merchant-ticket {
    padding: 20px;
    width: 100% !important;
    height: 107px;
  }

  .merchant-ticket-div {
    width: 100%;
  }

  .contact-support a {
    margin-top: 20px;
  }

  .contact-support {
    width: 100%;
    padding: 10px 10px 10px 10px;
  }

  .contact-support.ml-20 {
    margin-left: 0px;
  }

  .ticket-btn {
    margin: 0 auto;
  }

  .optimized-2.w-45 {
    width: 55%;
  }

  .merchant-action .pr-14 {
    padding-right: 0px;
  }

  .pl-14.pr-14.border-px {
    padding-left: 7px;
    padding-right: 0px;
  }

  html[dir="rtl"] .pl-14.pr-14.border-px {
    padding-left: 0px;
    padding-right: 7px;
  }

  .pl-20.pr-20.border-px {
    padding-left: 13px;
    padding-right: 13px;
  }

  .merchant-action .pr-20 {
    padding-right: unset;
  }

  html[dir="rtl"] .merchant-action .pr-20 {
    padding-right: unset;
  }

  .merchant-action .pl-20 {
    padding-left: unset;
  }

  html[dir="rtl"] .merchant-action .pl-20 {
    padding-right: unset;
  }

  .merchant-action .pr-27 {
    padding-right: unset;
  }

  html[dir="rtl"] .merchant-action .pl-27 {
    padding-right: unset;
  }

  .merchant-action .ml-2p {
    margin-left: 0px;
  }

  .merchant-action .h-36 {
    height: 26px;
  }

  html[dir="rtl"] .merchant-action .h-36 {
    height: unset;
  }

  .merchant-action .border-px {
    border-right: unset;
  }

  html[dir="rtl"] .merchant-action .border-px {
    border-right: unset;
  }

  .merchant-action .r-border-px {
    border-right: unset;
  }

  html[dir="rtl"] .r-border-px {
    border-right: unset;
  }

  .merchant-action .ml-6 {
    margin-left: 3px;
  }

  .merchant-action svg {
    width: 14px;
    height: 14px;
  }

  .merchant-action .f-12 {
    font-size: 9px;
    line-height: 12px;
  }

  .merchat-details-row .f-13 {
    font-size: 10px;
    line-height: 12px !important;
  }

  .wh-30 {
    width: 22px;
    height: 22px;
    background: var(--bs-white-200) !important;
    border-radius: 4px;
  }

  .wh-blue-30 {
    width: 22px;
    height: 22px;
    background: var(--bs-primary) !important;
    border-radius: 4px;
  }

  .merchant-parent-form {
    padding: 32px 20px;
  }

  .carousel-inner-dimension {
    padding: 20px 20px !important;
  }

  .carousel-inner-dimension .mt-32 {
    margin-top: 24px !important;
  }

  .carousel-inner-dimension {
    height: 331px;
  }

  .carosel-text-dimension {
    height: 88px;
  }

  .carosel-text-dimension .f-16 {
    font-size: 14px;
    line-height: 22px;
  }

  .carosel-text-dimension .f-24 {
    font-size: 22px;
    line-height: 27px;
  }

  .carosel-image img {
    width: 64px;
    height: 64px;
  }

  .merchant-parent-form p {
    text-align: left;
  }

  .merchant-parent-form {
    padding: 20px 20px;
  }

  .new-merchant-top.mt-24 {
    margin-top: 0px;
  }

  .id-details-img {
    width: 48px;
    height: 48px;
  }

  .id-details-img img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }

  .merchant-details-header {
    padding: 16px 16px;
    border-radius: 6px;
  }

  .id-title .f-20 {
    font-size: 16px;
    line-height: 20px;
  }

  .id-title .f-15 {
    font-size: 12px;
    line-height: 15px;
  }

  .id-title .mt-10 {
    margin-top: 6px;
  }

  .id-details-left a {
    font-size: 14px !important;
    line-height: 17px !important;
  }

  .id-title.ml-20 {
    margin-left: 12px;
  }

  .message-section .f-13 {
    font-size: 13px !important;
    line-height: 16px !important;
  }

  .message-section .f-14 {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .merchant-details.pxy-62 {
    padding: 32px 20px;
    border-radius: 8px;
  }

  .modal-dialog.merchant-space {
    margin: 0.5rem !important;
  }

  .r-mb-20 {
    margin-bottom: 20px;
  }

  .merchant-page svg {
    width: 20px;
    height: 20px;
  }

  .r-mt-24 {
    margin-top: 24px;
  }

  .modal-body-30pxy {
    padding: 0px 16px 16px 16px;
  }

  .m-header-top .modal-close-btn {
    right: 4px;
    top: 4px;
    border-radius: 4px;
    transition: 0.3s;
  }

  .r-mt-15 {
    margin-top: 16px;
  }

  .message-section {
    padding: 15px;
  }

  .merchant-details-parent.mt-2p {
    margin-top: 0px;
  }

  .message-section.mt-0 {
    margin-top: 24px !important;
  }

  .merchant-details-parent .mt-28 {
    margin-top: 24px !important;
  }

  .merchant-details-parent .mt-26 {
    margin-top: 22px !important;
  }

  .express-merchant-qr-section .print-btn {
    width: 140px;
    height: 40px;
  }

  .express-merchant-qr-section .repeat-btn {
    width: 140px;
    height: 40px;
  }

  .cred.mt-9 {
    margin-top: 0px;
  }

  .merchant-action .mr-33 {
    margin-right: 22px;
  }

  /* investment */
  .col-top {
    margin-top: 20px;
  }

  .tran-title.px-326 {
    padding: 0 18px;
  }

  .inv-title.px-326 {
    padding: 0 22px;
  }

  .invest-plan .f-13 {
    font-size: 12px;
    line-height: 15px !important;
  }

  .invest-plan .f-14 {
    font-size: 12px;
    line-height: 15px !important;
  }

  .duration.w-50 {
    width: 50% !important;
  }

  .settings-wrapper.wrapper {
    width: 100%;
  }

  .settings-wrapper.inv-details.wrapper {
    width: 100%;
    background-color: unset;
  }

  .inv-profits-section .f-13 {
    font-size: 10px;
    line-height: 12px !important;
  }

  .inv-profits-section .f-15 {
    font-size: 13px;
    line-height: 16px !important;
  }

  /* modals sm */
  .close-btn {
    right: 10px;
    top: -26px;
  }

  .transac .close-btn {
    right: 0;
    top: 0;
  }

  .modal-dialog {
    margin: .5rem !important;
  }

  .ml-12.w-160 {
    margin-left: 15px;
  }

  .exchange .content-1 .mt-19 {
    margin-top: 16px !important;
  }

  .exchange .content-2 .mt-19 {
    margin-top: 16px !important;
  }

  .exchange .content-3 .mt-19 {
    margin-top: 16px !important;
  }

  .table-responsive>table td p {
    width: 134px;
  }

  .w-50 {
    width: 50% !important;
  }

  .optimized .merchant-action .pl-20.pr-20.border-px {
    padding-left: unset !important;
    padding-right: unset !important;
  }

  html[dir="rtl"] .optimized .merchant-action .pl-20.pr-20.border-px {
    padding-left: unset !important;
    padding-right: unset !important;
  }

  .optimized .merchant-action {
    gap: 12px;
  }

  html[dir="rtl"] .optimized .merchant-action {
    gap: 12px;
  }

  .optimized .merchant-action.gap-reset {
    gap: 10px !important;
  }

  html[dir="rtl"] .optimized .merchant-action.gap-reset {
    gap: 0px !important;
  }

  .optimized .border-px {
    border-right: unset !important;
  }

  html[dir="rtl"] .optimized .border-px {
    border-right: unset !important;
  }

  .merchant-action.mt-8 {
    margin-top: 16px;
  }

  .main-containt-settings .loti {
    position: absolute;
    right: 0.2%;
    bottom: 175px;
  }

  html[dir="rtl"] .main-containt-settings .loti {
    position: absolute;
    right: -8.8%;
    bottom: 85px;
  }

  html[dir="rtl"] .border-px {
    border-right: unset;
    border-left: 0px solid var(--bs-muted-100) !important;
  }

  html[dir="rtl"] .rtl-pr-20.pr-20 {
    padding-left: unset;
  }

  html[dir="rtl"] .rtl-mr-33.mr-33 {
    margin-left: 22px !important;
  }

  .right-success-div {
    width: 288px;
  }

  .loti .success-anim {
    right: 224px;
  }

  .r-mt-16 {
    margin-top: 16px !important;
    font-size: 12px;
  }

  .page-contain {
    padding: 0px !important;
  }

  .f-20.success-text {
    font-size: 18px;
    line-height: 22px;
  }

  .label-top-sendget .r-mt-amount {
    margin-top: 3px !important;
  }

  .r-f-12.f-12 {
    font-size: 10px;
  }

  .link-text.f-16 {
    font-size: 14px;
    line-height: 22px !important;
  }

  .balance-box .mt-n3p {
    margin-top: -6px;
  }

  .px-28.helper-div {
    padding: 0;
  }

  .settings .btn {
    height: 44px;
  }

  .upload-filed {
    padding: 10px 19px !important;
    background-color: var(--bs-white-50) !important;
  }

  .avatar-left-div.mt-32 {
    margin-top: 12px !important;
  }

  .default-wallet-div.mt-24 {
    margin-top: 16px !important;
  }

  .profile-qr-code.mt-32 {
    margin-top: 16px !important;
  }

  .ticket-mid-description.r-ml-10 {
    margin-left: -2px !important;
  }

  .ticket-mid-description.ml-24 {
    margin-left: 10px;
  }

  .ticket-mid-description .gap-14 {
    gap: 0;
  }

  .mxs-1.mx-10 {
    margin: -3px 5px 0 5px;
  }

  .ticket-dot-svg svg {
    margin-bottom: 4px;
  }

  .w-status-m {
    width: 100%;
  }

  .see-deatils-full-btn.see-deatils-btn {
    min-width: 96px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid var(--bs-info-100) !important;
  }

  .starter {
    background: var(--bs-white-100) !important;
    border-radius: 4px;
    padding: 4px 10px;
    width: 56px;
    height: 22px;
    position: absolute;
    top: -2px;
    right: 14px;
  }

  .input-size.upload-filed {
    width: 100% !important;
    padding: 8px 19px !important;
  }

  .details-info-left-box.mt-32 {
    margin-top: 0px !important;
  }

  .attach-file.r-w-100 {
    width: 100% !important;
  }

  .mt-24.dates {
    margin-top: 15px;
  }

  .res-w-160 {
    width: 160px;
  }

  .dis-img-sm-2 svg {
    width: 40px;
    height: 40px;
  }

  .dispute-gap.gap-32 {
    gap: 10px;
  }

  .dispute-gap.gap-18 {
    gap: 10px;
  }

  .mt-30.transaction-5 {
    margin-top: 20px !important;
  }

  .plan-details .f-16 {
    font-size: 13px;
    line-height: 16px !important;
  }

  .profit-duration {
    padding: 17px 12px 17px 12px;
    border-radius: 4px;
  }

  .invest-plan {
    padding: 16px 14px;
  }

  .invest-plan .mt-2 {
    margin-top: 8px !important;
  }

  .terms.mt-20 {
    margin-top: 16px;
  }

  .terms .mt-16 {
    margin-top: 12px;
  }

  .min-max-amount {
    padding: 16px 0;
  }

  .investment-btn.mt-24 {
    margin-top: 16px;
  }

  .investment-btn.mt-20 {
    margin-top: 16px;
  }

  .terms.py-24 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .inv-complete.gap-10 {
    gap: 0px;
  }

  .content-1 .overflow-auto {
    overflow: auto !important;
  }

  .content-2 .overflow-auto {
    overflow: auto !important;
  }

  .details.pl-8rem {
    padding-left: 1rem;
  }

  .custom-input-height .input-form-control {
    padding: 11px !important;
  }

  .custom-input-height .copy-input-form-control {
    padding: 15px 12px !important;
  }

  .Exchange-rate .f-14 {
    font-size: 12px !important;
    line-height: 15px !important;
  }

  .exchange-total .f-26 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .exchange-total .f-26 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .dasboard-wallet-card.gap-20 {
    gap: 16px !important;
  }

  .dash-wallet-box {
    width: 47% !important;
    padding: 10px;
    border-radius: 8px;
  }

  .mid-gap-gap-4 {
    gap: 0px !important;
  }

  .h-112 {
    height: 84px;
  }

  .dasboard-wallet-card.mt-40 {
    margin-top: 20px !important;
  }

  .dash-profile-flex-wrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .dash-profile-qrCode {
    width: 91px;
    height: 91px;
  }

  .dash-profile-qr-div {
    padding: 16px;
    border-radius: 8px;
  }

  .dash-profile-qrCode.mt-20 {
    margin-top: 12px;
  }

  .qr-icon a svg {
    width: 16px;
    height: 16px;
    margin-top: -6px;
  }

  .qr-text .f-16 {
    font-size: 14px;
    line-height: 20px !important;
  }

  .qr-text .f-14 {
    font-size: 12px;
    line-height: 18px !important;
  }

  .ml-20.qr-text {
    margin-left: 12px;
    margin-top: 25px;
  }

  .dash-print-btn.f-14 {
    font-size: 12px;
    line-height: 15px !important;
  }

  .btn-lg.dash-print-btn {
    width: 156px;
    height: 38px;
    border-radius: 6px;
  }

  .crypto-w-135 {
    width: unset !important;
  }

  .buy-addon.mt-34 {
    margin-top: 21px;
  }

  .ticket-btn {
    width: 100%;
  }

  .contact-support.mt-24 {
    margin-top: 0px !important;
  }

  .new-merchant.mt-24 {
    margin-top: 0px !important;
  }

  .chart-container.profile-mt-24 {
    margin-top: 0px !important;
  }

  .w-break {
    width: 140px;
  }

  .qr-text .mt-25 {
    margin-top: 4px !important;
  }

  .transaction-arrow svg {
    height: 7px;
    width: 7px;
  }

  .tran-title.mt-2 {
    margin-top: 4px !important;
  }

  .status-info.mt-6 {
    margin-top: 4px !important;
  }

  .tooltips-delete {
    position: absolute;
    top: 0;
    opacity: 0;
  }

  .tooltips {
    position: absolute;
    right: 13px;
    top: 0;
    opacity: 0;
  }

  .responsive-top {
    align-items: start !important;
  }

  .withdraw-list-parent .leading-20 {
    line-height: 12px !important;
  }

  .withdraw-list-parent .leading-17 {
    line-height: 11px !important;
  }

  .negative-single {
    margin-top: -26px;
  }

  .negative-double {
    margin-top: -19px;
  }

  .time.f-16 {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .Exchange-rate .mt-9 {
    margin-top: 2px !important;
  }

  .exchange-submit.mt-4 {
    margin-top: 14px !important;
  }

  .buy-sell-tab.pt-62 {
    padding-top: 32px !important;
  }

  .buy-sell-tab.pb-40 {
    padding-bottom: 16px !important;
  }

  .r-mt-n {
    margin-top: -11px !important;
  }

  .helper-size .f-26 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .track.mt-24 {
    margin-top: 20px !important;
  }

  .px-61 {
    padding-left: calc(1% - 3px);
    padding-right: calc(1% - 3px);
    border-radius: 8px;
  }

  .wallet-left-box.gap-18 {
    gap: 12px !important;
  }

  .tooltips-qr {
    position: absolute;
    top: -26px;
    width: 60px;
    border-radius: 4px;
    background-color: var(--bs-primary) !important;
    color: white;
    padding: 5px 10px 7px 10px;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  .hover-qr-code:hover .tooltips-qr {
    opacity: 0;
  }

  .hover-qr-view:hover .tooltips-view {
    opacity: 0;
  }

  .hover-setting:hover .tooltips-settings {
    opacity: 0;
  }

  .hover-edit:hover .tooltips-edit {
    opacity: 0 !important;
  }

  .merchant-icon-section {
    margin-top: 10px;
  }

  .merchant-action.mt-10n {
    margin-top: 0px !important;
  }

  .merchant-cred.mt-10 {
    margin-top: 0px;
  }

  .merchant-title.mt-2 {
    margin-top: 8px !important;
  }

  .merchant-parent-form.mt-32 {
    margin-top: 0px !important;
  }

  .merchant-parent-form .f-24 {
    font-size: 20px;
    line-height: 25px !important;
  }

  .logo-update-box.mt-2 {
    margin-top: 0px !important;
  }

  .logo-update.gap-20 {
    gap: 12px !important;
  }

  .logo-description.mt-7 {
    margin-top: 14px !important;
  }

  .logo-description .f-12 {
    font-size: 11px;
    line-height: 13px !important;
  }

  .client-id.input-form-control {
    padding: 14px 12px !important;
  }

  .mt-4.back-direction {
    margin-top: 20px !important;
  }

  .trnsfer-details.mt-4 {
    margin-top: 22px !important;
  }

  .dash-wallet-box .mt-15 {
    margin-top: 17px;
  }

  .dash-left-profile .gap-14 {
    gap: 16px;
  }

  .navtab-crypto.pxy-62 {
    padding: 0 20px !important;
  }

  .navtab-crypto.r-pxy-62.pxy-62 {
    padding: 32px 20px 0px 20px !important;
  }

  .wrapper nav label.cryp_sell {
    width: 55PX;
    height: 20px;
  }

  .profile-header.mt-2 {
    margin: 8px !important;
  }

  .wrap-priority.ml-8 {
    margin-left: 3px;
  }

  .ticket-dot-svg.wrap-priority svg {
    margin-bottom: 1px !important;
  }

  .mt-20.ticket-section-parent {
    margin-top: 12px !important;
  }

  .mt-16.ticket-section-parent {
    margin-top: 12px;
  }

  .r-px.px-25 {
    padding-right: 17px;
  }

  .dates svg {
    width: 4px;
    height: 4px;
  }

  .mt-20.transaction.dispute {
    margin-top: 16px;
  }

  .dispute-svg {
    width: 4px;
    height: 4px;
  }

  .sm-gap.gap-18 {
    gap: 10px;
  }

  .dis-img-sm-2.r-flex {
    align-items: start !important;
    margin-top: 2px;
  }

  .r-flex.mt-1 {
    margin-top: 2px !important;
  }

  .r-flex.mt-10 {
    margin: 8px;
  }

  .r-flex.gap-18 {
    gap: 10px;
  }

  .r-flex .mr-date {
    margin-right: 12px;
  }

  .param-ref.money-ref.dispute-select {
    width: 210px !important;
  }

  .r-mtop.mt-2p {
    margin-top: 10px;
  }

  .ticket-title.mt-2 {
    margin-top: 8px !important;
  }

  .label-top.new-ticket {
    margin-top: 12px !important;
  }

  .mt-2.inv-title {
    margin-top: 8px !important;
  }

  .d-title.f-20 {
    font-size: 16px;
    line-height: 20px !important;
  }

  .daily-profit .f-20 {
    font-size: 16px;
    line-height: 20px !important;
  }

  .duration .f-20 {
    font-size: 16px;
    line-height: 20px !important;
  }

  .min-max-right {
    text-align: end !important;
  }

  .min-max-right .f-16 {
    font-size: 15px;
    line-height: 19px !important;
  }

  .min-max-left .f-18 {
    font-size: 15px;
    line-height: 19px !important;
  }

  .min-max-right .f-18 {
    font-size: 15px;
    line-height: 19px !important;
  }

  .invest-plan .f-24 {
    font-size: 16px;
    line-height: 20px !important;
  }

  .invest-plan .f-28 {
    font-size: 16px;
    line-height: 20px !important;
  }

  .invest-plan .text-gray.f-16 {
    font-size: 15px;
    line-height: 18px !important;
  }

  .platinum .f-20 {
    font-size: 18px;
    line-height: 20px !important;
  }

  .platinum.f-18 {
    font-size: 15px;
    line-height: 19px !important;
  }

  .pl-diamond .f-20 {
    font-size: 16px;
    line-height: 20px !important;
  }

  .pl-diamond.mt-14 {
    margin-top: 14px !important;
  }

  .p-gold.mt-1 {
    margin-top: 0px !important;
  }

  .mt-20.profit-duration {
    margin-top: 12px !important;
  }

  .investment-btn .f-14 {
    font-size: 14px;
    line-height: 20px !important;
  }

  .plan-text.f-24 {
    font-size: 22px;
    line-height: 22px !important;
  }

  .plan-details .mt-32 {
    margin-top: 20px !important;
  }

  .inv-mt.mt-32 {
    margin-top: 28px !important;
  }

  .inv-mt.mt-16 {
    margin-top: 14px !important;
  }

  .inv-mt.mt-4 {
    margin-top: 20px !important;
  }

  .inv-back-mt.mt-4 {
    margin-top: 20px !important;
  }

  .repeat-btn.ml-20 {
    margin-left: 15px;
  }

  .investment-complete-amount.f-16 {
    font-size: 12px;
    line-height: 15px !important;
  }

  .investment-complete-amount .f-32 {
    font-size: 24px;
    line-height: 29px !important;
  }

  .investment-complete-amount {
    padding: 21px 0 21px 0;
  }

  .investment-complete-amount.mt-24 {
    margin-top: 20px;
  }

  .d-flex.w-50 {
    display: flex;
    align-items: center;
  }

  .icon-pt {
    padding-top: 14px;
  }

  .icon-pt svg {
    width: 16px;
    height: 16px;
  }

  .mobile-font.f-14 {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .label-top-sendget .mt-2p {
    margin-top: 4px;
  }

  .alert-text .f-16 {
    font-size: 14px;
    line-height: 18px;
  }

  .alert-text .f-13 {
    font-size: 12px;
    line-height: 16px;
  }
  .alert-animate {
    right: 18px;
    opacity: 1;
    z-index: 123;
  }

  .exchange-24 {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .direction-icon {
    width: 18px;
    position: absolute;
    top: 40px;
    left: 6px;
  }

  .status-box {
    padding: 32px 22px;
  }

  .text-notfound .mt-12 {
    margin-top: 8px !important;
  }

  .text-notfound {
    text-align: center;
  }

  .text-notfound .f-20 {
    font-size: 18px;
    line-height: 22px !important;
  }

  .text-notfound .f-16 {
    font-size: 14px;
    line-height: 20px !important;
  }

  .btn.status-btn {
    height: 40px !important;
  }

  .btn.disputes-btn {
    height: 40px !important;
  }

  .text-suspended .mt-32 {
    margin-top: 26px !important;
  }

  .text-suspended .f-26 {
    font-size: 22px;
    line-height: 27px !important;
  }

  .text-suspended .f-16 {
    font-size: 16px;
    line-height: 22px !important;
  }

  .tablink-edit {
    padding: 8px 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    font-family: 'Gilroy-Medium';
  }

  .nav-tab-child.gap-14 {
    gap: 10px;
  }

  .badge-list-one span {
    margin: 10px;
  }

  .badge-list-two span {
    margin: 10px;
  }

  .pb-20.helper-size {
    padding-bottom: 9px;
  }
  .crypto-exchange-tab nav .tablink-edit{
    padding:6px 15px !important;
 }
 .contact-support .btn-sm{
  height: 40px;
 }
}

/* Component css start */

html[dir="rtl"] .accordion-button::after {
  position: absolute;
  left: 10px;
}

.custom-alert-one .alert {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 0px;
}

html[dir="rtl"] .custom-alert-one .alert {
  right: unset !important;
  display: none;
  position: fixed;
  bottom: 70px;
  left: 0px;
}

.custom-alert-one button {
  border: none !important;
}

.custom-alert-one span {
  display: none !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #635BFE !important;
  border-radius: 4px;
  border-color: #635BFE !important;
}

.custom-pagination .page-link {
  color: #6A6B87;
  border: 1px solid #E0DFEF !important;
}

.component-pagination-prev .pagination {
  padding-left: 5px;
}

.component-pagination-next {
  padding-right: 5px;
}

.popoverse-span-btn {
  color: white !important;
}

.popoverse-btn-parent ul li {
  background-color: #635BFE;
  width: 140px;
  height: 50px;
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
}

.popoverse-btn-parent ul li a:hover {
  color: white !important;
}

.spinner-border-sm {
  border-color: white !important;
  border-right-color: transparent !important;
}

/* component-btn-group */
.component-btn-group .btn:hover {
  color: white !important;
}

.component-btn-group .btn-outline-success {
  border-color: #2e2446 !important;
  color: #2e2446 !important;
}

.component-btn-group .btn-outline-success:hover {
  background-color: #2e2446 !important;
  color: white !important;
}

.component-btn-group .btn-outline-danger {
  border-color: #D9204C !important;
  color: #D9204C !important;
}

.component-btn-group .btn-outline-danger:hover {
  background-color: #D9204C !important;
  color: white !important;
}

.component-btn-group .btn-outline-warning {
  border-color: #635BFE !important;
  color: #663dff !important;
}

.component-btn-group .btn-outline-warning:hover {
  background-color: #635BFE !important;
  color: white !important;
}

.component-btn-group .btn-outline-info {
  border-color: #FFAF30 !important;
  color: #FFAF30 !important;
}

.component-btn-group .btn-outline-info:hover {
  border-color: #FFAF30 !important;
  background-color: #FFAF30 !important;
  color: white !important;
}

.component-btn-group .btn-primary {
  background-color: #635BFE;
}

.component-btn-group .btn-warning {
  background-color: #2e2446;
  border-color: #2e2446;
  color: white;
}

.component-btn-group .btn-danger {
  background-color: #D9204C;
  border-color: #D9204C;
  color: white;
}

.component-btn-group .btn-success {
  background-color: #635BFE;
  border-color: #635BFE;
  color: white;
}

.component-tooltips .btn:hover {
  color: white !important;
}

.btn-div .btn:hover {
  color: white;
}

.btn-div-outline .btn-outline-primary {
  color: #635BFE;
  border-color: #635BFE;
}

.btn-div-outline .btn-outline-primary:hover {
  color: #fff;
  background-color: #635BFE;
  border-color: #635BFE;
}

.btn-div-outline .btn-outline-secondary {
  color: #2AAA5E;
  border-color: #2AAA5E;
}

.btn-div-outline .btn-outline-success:hover {
  color: #fff;
  background-color: #2AAA5E;
  border-color: #2AAA5E;
}

.btn-div-outline .btn-outline-success {
  color: #392f6b;
  border-color: #392f6b;
}

.btn-div-outline .btn-outline-secondary:hover {
  color: #fff;
  background-color: #392f6b;
  border-color: #392f6b;
}

.btn-div-outline .btn-outline-danger {
  color: #D9204C;
  border-color: #D9204C;
}

.btn-div-outline .btn-outline-danger:hover {
  color: #fff;
  background-color: #D9204C;
  border-color: #D9204C;
}

.btn-div-outline .btn-outline-warning {
  color: #FFAF30;
  border-color: #FFAF30;
}

.btn-div-outline .btn-outline-warning:hover {
  color: #fff;
  background-color: #FFAF30;
  border-color: #FFAF30;
}

.btn-div-outline .btn-outline-info {
  color: #8681a2;
  border-color: #8681a2;
}

.btn-div-outline .btn-outline-info:hover {
  color: #fff;
  background-color: #8681a2;
  border-color: #8681a2;
}

.liveAlertBtn.btn:hover {
  color: white !important;
}

.badge-list-one .badge {
  font-weight: 400 !important;
}

.badge-list-two .badge {
  font-weight: 400 !important;
}

.badge-list-three .badge {
  font-weight: 400 !important;
}

/* dark mode */
.dark .custom-pagination .page-link {
  border: 1px solid #E0DFEF;
}

.dark .exchange-create .accordion-button {
  background-color: #25212f;
  color: white;
}

.dark .tab-2.card {
  background-color: #25212f;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: unset !important;
}

.dark .accordion-list-one .accordion-body {
  background-color: #25212f;
}

.dark .accordion-list-two .accordion-body {
  background-color: #25212f;
}

.dark .table>thead {
  color: white !important;
}

.dark .table>tbody {
  color: white !important;
}

/* component-badge-page */
.badge-list-three button:hover {
  color: white;
}

.modal-list-one button:hover {
  color: white !important;
}

/* breadcrumb-list-two*/
.custom-breadcrumb .breadcrumb {
  display: inline-block;
  border: 1px solid #E0DFEF;
  overflow: hidden;
  border-radius: 5px;
  counter-reset: flag;
}

.custom-breadcrumb .breadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: white;
  padding: 0 10px 0 60px;
  background: #666;
  background: linear-gradient(#666, #333);
  position: relative;
}

.custom-breadcrumb .breadcrumb a:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px;
}

.custom-breadcrumb .breadcrumb a:first-child:before {
  left: 14px;
}

.custom-breadcrumb .breadcrumb a:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}

.custom-breadcrumb .breadcrumb a.active,
.custom-breadcrumb .breadcrumb a:hover {
  background: #333;
  background: linear-gradient(#333, #000);
}

.custom-breadcrumb .breadcrumb a.active:after,
.custom-breadcrumb .breadcrumb a:hover:after {
  background: #333;
  background: linear-gradient(135deg, #333, #000);
}

.custom-breadcrumb .breadcrumb a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #666;
  background: linear-gradient(135deg, #666, #333);
}

.custom-breadcrumb .breadcrumb a:last-child:after {
  content: none;
}

.custom-breadcrumb .breadcrumb a:before {
  content: counter(flag);
  counter-increment: flag;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  background: #444;
  background: linear-gradient(#444, #222);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}


.custom-breadcrumb .flat a,
.custom-breadcrumb .flat a:after {
  background: white;
  color: black;
  transition: all 0.5s;
}

.custom-breadcrumb .flat a:before {
  background: white;
  color: #2e2446;
}

.custom-breadcrumb .flat a:hover,
.custom-breadcrumb .flat a.active,
.custom-breadcrumb .flat a:hover:after,
.custom-breadcrumb .flat a.active:after {
  background: #635BFE !important;
  color: white;
}

/* breadcrumb-list-three */
.breadcrumb-list-three .breadcrumb li:after {
  content: "";
  display: block;
  border-left: 18px solid #7a73ff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 0;
  right: -18px;
  z-index: 1;
}

.breadcrumb-list-three .breadcrumb-first:after {
  border-left-color: #635BFE !important;
  color: #fff !important;
}

.breadcrumb-list-three .breadcrumb li {
  float: left;
  padding: 15px 15px 15px 50px;
  background: #7a73ff;
  font-size: 14px;
  font-weight: 700;
  color: white;
  position: relative;
  width: 18%;
}

.breadcrumb-list-three .breadcrumb-first {
  background: #635BFE !important;
  color: #fff;
}

.breadcrumb-list-three .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
  overflow: hidden;
}

.breadcrumb-list-three .breadcrumb li:last-child {
  background: #aaa6ff;
}

.breadcrumb-list-three .breadcrumb li:last-child:after {
  border-left-color: #dfe0fd;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

/* button */
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}

/* 3 */
.btn-3 {
  background: #635bfe;
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;

}

.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #635bfe;
  transition: all 0.3s ease;
}

.btn-3:before {
  height: 0%;
  width: 2px;
}

.btn-3:after {
  width: 0%;
  height: 2px;
}

.btn-3:hover {
  background: transparent;
  box-shadow: none;
}

.btn-3:hover:before {
  height: 100%;
}

.btn-3:hover:after {
  width: 100%;
}

.btn-3 span:hover {
  color: #635bfe;
}

.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #635bfe;
  transition: all 0.3s ease;
}

.btn-3 span:before {
  width: 2px;
  height: 0%;
}

.btn-3 span:after {
  width: 0%;
  height: 2px;
}

.btn-3 span:hover:before {
  height: 100%;
}

.btn-3 span:hover:after {
  width: 100%;
}

/* 5 */
.btn-5 {
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  background: #2AAA5E;

}

.btn-5:hover {
  color: #2AAA5E;
  background: transparent;
  box-shadow: none;
}

.btn-5:before,
.btn-5:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #2AAA5E;
  transition: 400ms ease all;
}

.btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn-5:hover:before,
.btn-5:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

/* 7 */
.btn-7 {
  background: #2e2446;
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #2e2446;
  transition: all 0.3s ease;
}

.btn-7:before {
  height: 0%;
  width: 2px;
}

.btn-7:after {
  width: 0%;
  height: 2px;
}

.btn-7:hover {
  color: #2e2446;
  background: transparent;
}

.btn-7:hover:before {
  height: 100%;
}

.btn-7:hover:after {
  width: 100%;
}

.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #2e2446;
  transition: all 0.3s ease;
}

.btn-7 span:before {
  width: 2px;
  height: 0%;
}

.btn-7 span:after {
  height: 2px;
  width: 0%;
}

.btn-7 span:hover:before {
  height: 100%;
}

.btn-7 span:hover:after {
  width: 100%;
}

/* 8 */
.btn-8 {
  background-color: #FFAF30;
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-8 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-8:before,
.btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #FFAF30;
  transition: all 0.3s ease;
}

.btn-8:before {
  height: 0%;
  width: 2px;
}

.btn-8:after {
  width: 0%;
  height: 2px;
}

.btn-8:hover:before {
  height: 100%;
}

.btn-8:hover:after {
  width: 100%;
}

.btn-8:hover {
  background: transparent;
}

.btn-8 span:hover {
  color: #FFAF30;
}

.btn-8 span:before,
.btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #FFAF30;
  transition: all 0.3s ease;
}

.btn-8 span:before {
  width: 2px;
  height: 0%;
}

.btn-8 span:after {
  height: 2px;
  width: 0%;
}

.btn-8 span:hover:before {
  height: 100%;
}

.btn-8 span:hover:after {
  width: 100%;
}

/* 12 */
.btn-12 {
  position: relative;
  right: 20px;
  bottom: 25px;
  border: none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}

.btn-12 span {
  background: #CA7C00;
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  border-radius: 5px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-12 span:nth-child(1) {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

/* 13 */
.btn-13 {
  background-color: #635bfe;
  border: none;
  z-index: 1;
}

.btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #bab6f7;
  transition: all 0.3s ease;
}

.btn-13:hover {
  color: #fff;
}

.btn-13:hover:after {
  top: 0;
  height: 100%;
}

.btn-13:active {
  top: 2px;
}


/* 14 */
.btn-14 {
  background: #2AAA5E;
  border: none;
  z-index: 1;
}

.btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #c4e9d2;
  transition: all 0.3s ease;
}

.btn-14:hover {
  color: #000;
}

.btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}

.btn-14:active {
  top: 2px;
}

/* 15 */
.btn-15 {
  background: #2e2446;
  border: none;
  z-index: 1;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #8b81a0;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-15:hover {
  color: #fff;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.btn-15:active {
  top: 2px;
}

/* Accordion */
.toggle-box {
  display: none;
}

.toggle-box+label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 5px;
}

.toggle-box+label+div {
  display: none;
  margin-bottom: 10px;
}

.toggle-box:checked+label+div {
  display: block;
}

.toggle-box+label:before {
  background-color: #4F5150;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

.toggle-box:checked+label:before {
  content: "\2212";
}

.accordion-list-one .accordion-button:focus {
  box-shadow: unset !important;
}

.accordion-list-two .accordion-button:focus {
  box-shadow: unset !important;
}

.accordion-list-one .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: unset !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.accordion-list-one .accordion-button:hover {
  background-color: var(--bs-muted-100) !important;
  color: var(--bs-dark);
}

.dark .accordion-list-one .accordion-button:hover {
  background-color: #3C364D !important;
  color: var(--bs-white);
}

.dark{
  background-color: var(--bs-dark-300) !important;
}

/* Acordion list-two */

/* form-list-one */

@media only screen and (max-width: 600px) {
  .tab-2.nav {
    flex-wrap: nowrap;
  }
  .col-reverse-sm{
    flex-direction: column-reverse!important;
  }
}
@media only screen and (max-width: 1050px){
  .coinp-smdevice.vh-100{
    height: unset !important;
  }
}

@media only screen and (max-width: 991px) {
  .breadcrumb-list-three .breadcrumb li {
    padding: 15px 7px 15px 27px;
    width: 32%;
  }
}

/* component css End */
